github.com/nozzle/golangci-lint@v1.49.0-nz3/test/testdata/fix/in/gofmt.go (about) 1 //golangcitest:args -Egofmt 2 //golangcitest:expected_exitcode 0 3 package p 4 5 func gofmt(a, b int) int { 6 if a != b { 7 return 1 8 } 9 return 2 10 }