go/ast.InterfaceType.Pos (method, view implemented interface methods)
3 uses
go/ast (current package)
ast.go#L512: func (x *InterfaceType) Pos() token.Pos { return x.Interface }
go/parser
resolver.go#L299: r.openScope(n.Pos())
go/types
interface.go#L231: computeInterfaceTypeSet(check, iface.Pos(), ityp)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)