We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae9a9f commit c7cdcf0Copy full SHA for c7cdcf0
doc/go_spec.html
@@ -2413,7 +2413,7 @@ <h3 id="Operands">Operands</h3>
2413
Operand = Literal | OperandName | "(" Expression ")" .
2414
Literal = BasicLit | CompositeLit | FunctionLit .
2415
BasicLit = int_lit | float_lit | imaginary_lit | rune_lit | string_lit .
2416
-OperandName = identifier | QualifiedIdent.
+OperandName = identifier | QualifiedIdent .
2417
</pre>
2418
2419
<h3 id="Qualified_identifiers">Qualified identifiers</h3>
0 commit comments