github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/test/testdata/fix/out/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  }