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