honnef.co/go/tools@v0.4.7/staticcheck/testdata/src/example.com/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  }