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