[Golang] Forgot |
This commit is contained in:
parent
2a016e3890
commit
4e748341fc
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ define(function(require, exports, module) {
|
|||
var keywords = (
|
||||
"else|break|case|return|goto|if|const|select|" +
|
||||
"continue|struct|default|switch|for|range|" +
|
||||
"func|import|package|chan|defer|fallthrough|go|interface|map|range" +
|
||||
"func|import|package|chan|defer|fallthrough|go|interface|map|range|" +
|
||||
"select|type|var"
|
||||
);
|
||||
var builtinTypes = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue