golangci-lint/test/testdata/gofumpt.go

9 lines
145 B
Go
Raw Permalink Normal View History

//golangcitest:args -Egofumpt
2020-06-16 12:05:28 +02:00
package testdata
import "fmt"
func GofumptNewLine() {
fmt.Println( "foo" ) // want "File is not `gofumpt`-ed"
2020-06-16 12:05:28 +02:00
}