github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/test/testdata/gofumpt.go (about) 1 //golangcitest:args -Egofumpt 2 package testdata 3 4 import "fmt" 5 6 func GofumptNewLine() { 7 fmt.Println( "foo" ) // want "File is not `gofumpt`-ed" 8 }