File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ Reflection (https://golang.org/doc/articles/laws_of_reflection.html).
557557This text has been copied from
558558https://golang.org/doc/faq#nil_error, licensed under the Creative
559559Commons Attribution 3.0 License.` ,
560- Since : "Unreleased " ,
560+ Since : "2020.2 " ,
561561 },
562562
563563 "SA5000" : {
@@ -729,7 +729,7 @@ popular package.`,
729729Often, these functions treat elements in a slice as pairs.
730730For example, strings.NewReplacer takes pairs of old and new strings,
731731and calling it with an odd number of elements would be an error.` ,
732- Since : "Unreleased " ,
732+ Since : "2020.2 " ,
733733 },
734734
735735 "SA6000" : {
@@ -970,6 +970,6 @@ positives in somewhat exotic but valid bit twiddling tricks:
970970 v = v << 32
971971 return i-v
972972 }` ,
973- Since : "Unreleased " ,
973+ Since : "2020.2 " ,
974974 },
975975}
You can’t perform that action at this time.
0 commit comments