func go/token.IsKeyword

2 uses

	go/token (current package)
		token.go#L322: func IsKeyword(name string) bool {
		token.go#L332: 	if name == "" || IsKeyword(name) {