github.com/golangci/go-tools@v0.0.0-20190318060251-af6baa5dc196/staticcheck/testdata/src/CheckEmptyBranch/CheckEmptyBranch_generated.go (about) 1 // Code generated by a human. DO NOT EDIT. 2 3 package pkg 4 5 func fn2() { 6 if true { 7 } 8 }