github.com/ltltlt/go-source-code@v0.0.0-20190830023027-95be009773aa/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 {}