File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -800,7 +800,7 @@ <h2 id="Types">Types</h2>
800
800
TypeArgs = "[" TypeList [ "," ] "]" .
801
801
TypeList = Type { "," Type } .
802
802
TypeLit = ArrayType | StructType | PointerType | FunctionType | InterfaceType |
803
- SliceType | MapType | ChannelType .
803
+ SliceType | MapType | ChannelType .
804
804
</ pre >
805
805
806
806
< p >
@@ -3015,7 +3015,7 @@ <h3 id="Qualified_identifiers">Qualified identifiers</h3>
3015
3015
</ p >
3016
3016
3017
3017
< pre >
3018
- math.Sin // denotes the Sin function in package math
3018
+ math.Sin // denotes the Sin function in package math
3019
3019
</ pre >
3020
3020
3021
3021
< h3 id ="Composite_literals "> Composite literals</ h3 >
@@ -4841,7 +4841,7 @@ <h4 id="Integer_operators">Integer operators</h4>
4841
4841
</ p >
4842
4842
4843
4843
< pre >
4844
- x, q
4844
+ x, q
4845
4845
int8 -128
4846
4846
int16 -32768
4847
4847
int32 -2147483648
You can’t perform that action at this time.
0 commit comments