func go/token.IsKeyword 2 uses go/token (current package) token.go#L332: func IsKeyword(name string) bool { token.go#L348: return name != "" && !IsKeyword(name)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)