Skip to content

Commit 2886c03

Browse files
committed
Use let instead of vah
1 parent 8009619 commit 2886c03

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/cmd/compile/internal/syntax/token_string.go

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/compile/internal/syntax/tokens.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ const (
5656
_If // if
5757
_Import // import
5858
_Interface // interface
59+
_Let // let
5960
_Map // map
6061
_Package // package
6162
_Range // range
@@ -64,7 +65,6 @@ const (
6465
_Struct // struct
6566
_Switch // switch
6667
_Type // type
67-
_Vah // vah
6868
_Var // var
6969

7070
// empty line comment to exclude it from .String

0 commit comments

Comments
 (0)