github.com/robhaswell/grandperspective-scan@v0.1.0/test/go-go1.7.1/src/cmd/go/testdata/testimport/p_test.go (about) 1 package p 2 3 import ( 4 "./p1" 5 6 "testing" 7 ) 8 9 func TestF(t *testing.T) { 10 if F() != p1.F() { 11 t.Fatal(F()) 12 } 13 }