go/ast.FieldList.Pos (method, view implemented interface methods)
3 uses
go/ast (current package)
ast.go#L235: func (f *FieldList) Pos() token.Pos {
ast.go#L510: return x.Params.Pos() // interface method declarations have no "func" keyword
go/parser
parser.go#L996: p.error(tparams.Pos(), "function type must have no type parameters")
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)