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#L523: return x.Params.Pos() // interface method declarations have no "func" keyword
go/types
decl.go#L640: scopePos := list.Pos()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)