go/ast.GenDecl.Pos (method, view implemented interface methods)
3 uses
go/ast (current package)
ast.go#L1006: func (d *GenDecl) Pos() token.Pos { return d.TokPos }
go/printer
nodes.go#L1737: p.setPos(d.Pos())
go/types
labels.go#L127: recordVarDecl(d.Pos())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)