You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/tools/tools.go

10 lines
167 B
Go

//go:build tools
// +build tools
package loop
import (
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/rinchsan/gosimports/cmd/gosimports"
)