2022-07-15 15:32:10 +02:00

9 lines
146 B
Go

//golangcitest:args -Egofumpt
package testdata
import "fmt"
func GofumptNewLine() {
fmt.Println( "foo" ) // ERROR "File is not `gofumpt`-ed"
}