go/ast.GenDecl.Pos (method, view implemented interface methods)
3 uses
go/ast (current package)
ast.go#L1004: func (d *GenDecl) Pos() token.Pos { return d.TokPos }
go/printer
nodes.go#L1670: p.print(d.Pos(), d.Tok, blank)
go/types
labels.go#L132: recordVarDecl(d.Pos())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)