Files
core/tools/tools.go
T
2023-08-29 15:23:25 +00:00

8 lines
75 B
Go

//go:build tools
package tools
import (
_ "github.com/mgechev/revive"
)