go/ast.FieldList.Pos (method, view implemented interface methods)
3 uses
go/ast (current package)
ast.go#L240: func (f *FieldList) Pos() token.Pos {
ast.go#L524: return x.Params.Pos() // interface method declarations have no "func" keyword
go/types
decl.go#L672: scopePos := list.Pos()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)