2024-03-28 21:00:28 +01:00

8 lines
212 B
Go

//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") }