mirror of
https://github.com/golang/go
synced 2024-11-21 12:04:41 -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",
|
||||
|
||||
FUNC: "func",
|
||||
GO: "go",
|
||||
GO: "async",
|
||||
GOTO: "goto",
|
||||
IF: "if",
|
||||
IMPORT: "import",
|
||||
|
Loading…
Reference in New Issue
Block a user