github.com/megatontech/mynoteforgo@v0.0.0-20200507084910-5d0c6ea6e890/源码/cmd/go/testdata/src/testcycle/p3/p3_test.go (about)

     1  package p3
     2  
     3  import (
     4  	"testing"
     5  
     6  	_ "testcycle/p1"
     7  )
     8  
     9  func Test(t *testing.T) {
    10  }