const go/token.CONST
16 uses
go/token (current package)
token.go#L100: CONST
token.go#L206: CONST: "const",
go/doc
doc.go#L134: Consts: sortedValues(r.values, token.CONST),
example.go#L475: if d.Tok == token.CONST && containsIota {
exports.go#L270: if tok == token.CONST {
reader.go#L295: case decl.Tok == token.CONST && len(s.Values) == 0:
reader.go#L603: case token.CONST, token.VAR:
reader.go#L871: Consts: sortedValues(t.values, token.CONST),
go/parser
parser.go#L413: token.CONST: true,
parser.go#L430: token.CONST: true,
parser.go#L2431: case token.CONST, token.TYPE, token.VAR:
parser.go#L2538: case token.CONST:
parser.go#L2830: case token.CONST, token.VAR:
resolver.go#L452: case token.CONST, token.VAR:
go/printer
nodes.go#L1746: if n > 1 && (d.Tok == token.CONST || d.Tok == token.VAR) {
go/types
decl.go#L400: case token.CONST: