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