mirror of
https://github.com/golang/go
synced 2024-11-21 23:44:39 -07:00
async better
Replaced the 'go' keyword with 'async' in the token definitions due to readability
This commit is contained in:
parent
6d39245514
commit
b6e9c09245
@ -213,7 +213,7 @@ var tokens = [...]string{
|
|||||||
FOR: "for",
|
FOR: "for",
|
||||||
|
|
||||||
FUNC: "func",
|
FUNC: "func",
|
||||||
GO: "go",
|
GO: "async",
|
||||||
GOTO: "goto",
|
GOTO: "goto",
|
||||||
IF: "if",
|
IF: "if",
|
||||||
IMPORT: "import",
|
IMPORT: "import",
|
||||||
|
Loading…
Reference in New Issue
Block a user