Files
ini/tools/tools.go
T
2023-08-30 20:22:22 +00:00

9 lines
112 B
Go

//go:build tools
package tools
import (
_ "github.com/mgechev/revive"
_ "golang.org/x/tools/cmd/stringer"
)