var go/token.keywords
5 uses
go/token (current package)
token.go#L279: var keywords map[string]Token
token.go#L282: keywords = make(map[string]Token)
token.go#L284: keywords[tokens[i]] = i
token.go#L291: if tok, is_keyword := keywords[ident]; is_keyword {
token.go#L325: _, ok := keywords[name]
![]() |
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. |