1
0
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:
Preetham Pemmasani 2024-10-31 21:40:36 +05:30
parent 6d39245514
commit b6e9c09245

View File

@ -213,7 +213,7 @@ var tokens = [...]string{
FOR: "for",
FUNC: "func",
GO: "go",
GO: "async",
GOTO: "goto",
IF: "if",
IMPORT: "import",