mirror of
https://github.com/golang/go
synced 2024-11-25 02:57:57 -07:00
- fixed double-definition of StructType
SVN=111689
This commit is contained in:
parent
b1d991d6fd
commit
f27e5df49c
@ -623,8 +623,7 @@ Struct literals represent struct constants. They comprise a list of
|
|||||||
expressions that represent the individual fields of a struct. The
|
expressions that represent the individual fields of a struct. The
|
||||||
individual expressions must match those of the specified struct type.
|
individual expressions must match those of the specified struct type.
|
||||||
|
|
||||||
StructLit = StructType '(' [ ExpressionList ] ')' .
|
StructLit = TypeName '(' [ ExpressionList ] ')' .
|
||||||
StructType = TypeName .
|
|
||||||
|
|
||||||
The type name must be that of a defined struct type.
|
The type name must be that of a defined struct type.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user