You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some broken intra-document links in The Go Programming Language Specification. There are href references to #assign_op, #ConstSpec, and #MethodName (2 references to this last one).
Fixing #assign_op is easy, change it to #Assignments as this is the only location in the document that discusses Assignment Operators.
I think #ConstSpec should be changed to #Constant_declarations since this is where the Production for ConstSpec is located.
I think #MethodName should be changed to #Interface_types since this is where the Production for MethodName is located.
The text was updated successfully, but these errors were encountered:
There are some broken intra-document links in The Go Programming Language Specification. There are href references to #assign_op, #ConstSpec, and #MethodName (2 references to this last one).
Fixing #assign_op is easy, change it to #Assignments as this is the only location in the document that discusses Assignment Operators.
I think #ConstSpec should be changed to #Constant_declarations since this is where the Production for ConstSpec is located.
I think #MethodName should be changed to #Interface_types since this is where the Production for MethodName is located.
The text was updated successfully, but these errors were encountered: