Keywords
The following keywords are reserved and may not be used as identifiers.
break default func interface select
case defer go map struct
chan else goto package switch
const fallthrough if range type
continue for import return var
If you want to change selection, open document below and click on "Move attachment"
The Go Programming Language Specification - The Go Programming Languageore letters and digits. The first character in an identifier must be a letter. identifier = letter { letter | unicode_digit } . a _x9 ThisVariableIsExported αβ Some identifiers are predeclared. <span>Keywords The following keywords are reserved and may not be used as identifiers. break default func interface select case defer go map struct chan else goto package switch const fallthrough if range type continue for import return var Operators and punctuation The following character sequences represent operators (including assignment operators) and punctuation: + & += &= && == != ( ) - | -= |= || < Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details