github.com/megatontech/mynoteforgo@v0.0.0-20200507084910-5d0c6ea6e890/源码/cmd/go/testdata/src/cgocover4/x_test.go (about) 1 package p_test 2 3 import ( 4 . "cgocover4" 5 "testing" 6 ) 7 8 func TestF(t *testing.T) { 9 F() 10 }