9 lines
134 B
Go
9 lines
134 B
Go
//args: -Egofumpt
|
|
package testdata
|
|
|
|
import "fmt"
|
|
|
|
func GofumptNewLine() {
|
|
fmt.Println( "foo" ) // ERROR "File is not `gofumpt`-ed"
|
|
}
|