github.com/zxy12/golang151_with_comment@v0.0.0-20190507085033-721809559d3c/cmd/api/testdata/src/pkg/p3/p3.go (about) 1 package p3 2 3 type ThirdBase struct{} 4 5 func (tb *ThirdBase) GoodPlayer() (i, j, k int) 6 func BadHop(i, j, k int) (l, m bool, n, o *ThirdBase, err error)