mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-07-17 17:32:21 -04:00
8 lines
145 B
Go
8 lines
145 B
Go
//golangcitest:args -Egofumpt
|
|
package testdata
|
|
|
|
import "fmt"
|
|
|
|
func GofumptNewLine() {
|
|
fmt.Println( "foo" ) // want "File is not `gofumpt`-ed"
|
|
}
|