github.com/elek/golangci-lint@v1.42.2-0.20211208090441-c05b7fcb3a9a/test/testdata/fix/out/goimports.go (about)

     1  //args: -Egofmt,goimports
     2  package p
     3  
     4  func goimports(a, b int) int {
     5  	if a != b {
     6  		return 1
     7  	}
     8  	return 2
     9  }