7 lines
75 B

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