go/ast.Field.Pos (method, view implemented interface methods)
3 uses
go/ast (current package)
ast.go#L209: func (f *Field) Pos() token.Pos {
ast.go#L247: return f.List[0].Pos()
go/types
signature.go#L345: recv = newVar(RecvVar, rparam.Pos(), check.pkg, "", recvType)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)