github.com/megatontech/mynoteforgo@v0.0.0-20200507084910-5d0c6ea6e890/源码/cmd/api/testdata/src/pkg/p2/p2.go (about)

     1  package p2
     2  
     3  type Twoer interface {
     4  	PackageTwoMeth()
     5  }
     6  
     7  func F() string               {}
     8  func G() Twoer                {}
     9  func NewError(s string) error {}