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