github.com/amarpal/go-tools@v0.0.0-20240422043104-40142f59f616/simple/s1002/testdata/src/example.com/CheckIfBoolCmp/bool-cmp_test.go (about)

     1  package pkg
     2  
     3  import "testing"
     4  
     5  func TestFoo(t *testing.T) {
     6  	if fn1() == true {
     7  	}
     8  }