github.com/kekek/gb@v0.4.5-0.20170222120241-d4ba64b0b297/testdata/src/e/e_test.go (about)

     1  package e
     2  
     3  import "testing"
     4  import "f" // only imported in internal test scope
     5  
     6  func TestE(t *testing.T) {
     7  	t.Log(f.F > 0.9)
     8  }