const go/token.VAR
20 uses
go/token (current package)
token.go#L126: VAR
token.go#L227: VAR: "var",
go/doc
doc.go#L133: Vars: sortedValues(r.values, token.VAR),
reader.go#L522: case token.CONST, token.VAR:
reader.go#L805: Vars: sortedValues(t.values, token.VAR),
go/parser
parser.go#L505: token.VAR: true,
parser.go#L511: token.VAR: true,
parser.go#L1854: if p.tok == token.VAR {
parser.go#L2222: case token.CONST, token.TYPE, token.VAR:
parser.go#L2347: case token.VAR:
parser.go#L2369: if keyword == token.VAR {
parser.go#L2499: case token.CONST, token.VAR:
go/printer
nodes.go#L1613: if n > 1 && (d.Tok == token.CONST || d.Tok == token.VAR) {
golang.org/x/pkgsite/internal/godoc/dochtml
symbol.go#L76: syn := render.ConstOrVarSynopsis(&vs, fset, token.VAR, "", 0, 0)
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L602: case token.CONST, token.VAR:
linkify.go#L604: if decl.Tok == token.VAR {
synopsis.go#L38: case token.CONST, token.VAR:
golang.org/x/pkgsite/internal/godoc/internal/doc
doc.go#L148: Vars: sortedValues(r.values, token.VAR),
reader.go#L526: case token.CONST, token.VAR:
reader.go#L810: Vars: sortedValues(t.values, token.VAR),
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |