go/ast.FuncType.Pos (method, view implemented interface methods)
6 uses
go/ast (current package)
ast.go#L486: func (x *FuncLit) Pos() token.Pos { return x.Type.Pos() }
ast.go#L506: func (x *FuncType) Pos() token.Pos {
ast.go#L1005: func (d *FuncDecl) Pos() token.Pos { return d.Type.Pos() }
go/parser
resolver.go#L274: r.openScope(n.Pos())
go/printer
nodes.go#L853: p.print(x.Type.Pos(), token.FUNC)
nodes.go#L857: p.funcBody(p.distanceFrom(x.Type.Pos(), startCol), blank, x.Body)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)