var go/token.tokens

4 uses

	go/token (current package)
		token.go#L130: var tokens = [...]string{
		token.go#L238: 	if 0 <= tok && tok < Token(len(tokens)) {
		token.go#L239: 		s = tokens[tok]
		token.go#L284: 		keywords[tokens[i]] = i