Files
test/frontend/static/languages/code_go.json
Benjamin Falch 2bc741fb78
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled
adding monkeytype
2026-04-23 13:53:44 +02:00

70 lines
885 B
JSON

{
"name": "code_go",
"noLazyMode": true,
"words": [
"any",
"append",
"bool",
"break",
"byte",
"case",
"chan",
"clear",
"close",
"complex64",
"complex128",
"const",
"continue",
"copy",
"default",
"defer",
"delete",
"else",
"error",
"fallthrough",
"false",
"float32",
"float64",
"for",
"func",
"go",
"goto",
"if",
"import",
"int8",
"int16",
"int32",
"int64",
"int",
"interface",
"iota",
"len",
"map",
"make",
"max",
"min",
"new",
"nil",
"package",
"panic",
"range",
"real",
"return",
"recover",
"rune",
"select",
"string",
"struct",
"switch",
"true",
"type",
"uint8",
"uint16",
"uint32",
"uint64",
"uint",
"uintptr",
"var"
]
}