8 lines
204 B
Go

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