github.com/elek/golangci-lint@v1.42.2-0.20211208090441-c05b7fcb3a9a/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 }