File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -371,6 +371,13 @@ <h3 id="math_rand_v2">New math/rand/v2 package</h3>
371
371
We plan to include an API migration tool in a future release, likely Go 1.23.
372
372
</ p >
373
373
374
+ < h3 id ="go/version "> New go/version package</ h3 >
375
+
376
+ < p > <!-- https://go.dev/issue/62039, https://go.dev/cl/538895 -->
377
+ The new < a href ="/pkg/go/version/ "> < code > go/version</ code > </ a > package implements functions
378
+ for validating and comparing Go version strings.
379
+ </ p >
380
+
374
381
< h3 id ="enhanced_routing_patterns "> Enhanced routing patterns</ h3 >
375
382
376
383
< p > <!-- https://go.dev/issue/61410 -->
@@ -643,15 +650,6 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
643
650
</ dd >
644
651
</ dl >
645
652
646
- < dl id ="go/version "> < dt > < a href ="/pkg/go/version/ "> go/version</ a > </ dt >
647
- < dd >
648
- < p > <!-- https://go.dev/issue/62039, https://go.dev/cl/538895 -->
649
- The new < a href ="/pkg/go/version/ "> < code > go/version</ code > </ a > package implements functions
650
- for validating and comparing Go version strings.
651
- </ p >
652
- </ dd >
653
- </ dl > <!-- go/version -->
654
-
655
653
< dl id ="html/template "> < dt > < a href ="/pkg/html/template/ "> html/template</ a > </ dt >
656
654
< dd >
657
655
< p > <!-- https://go.dev/issue/61619, CL 507995 -->
You can’t perform that action at this time.
0 commit comments