golangci-lint/test/testdata/grouper.go

8 lines
212 B
Go
Raw Permalink Normal View History

//golangcitest:args -Egrouper
//golangcitest:config_path testdata/configs/grouper.yml
package testdata
import "fmt" // want "should only use grouped 'import' declarations"
func dummy() { fmt.Println("dummy") }