github.com/nozzle/golangci-lint@v1.49.0-nz3/test/testdata_etc/abspath/with_issue.go (about) 1 package abspath 2 3 import "fmt" 4 5 func f() { 6 if true { 7 return 8 } else { 9 fmt.Print("") 10 } 11 }