We plan to include an API migration tool in a future release, likely Go 1.23.
</p>
+<h3 id="go/version">New go/version package</h3>
+
+<p><!-- https://go.dev/issue/62039, https://go.dev/cl/538895 -->
+ The new <a href="/pkg/go/version/"><code>go/version</code></a> package implements functions
+ for validating and comparing Go version strings.
+</p>
+
<h3 id="enhanced_routing_patterns">Enhanced routing patterns</h3>
<p><!-- https://go.dev/issue/61410 -->
</dd>
</dl>
-<dl id="go/version"><dt><a href="/pkg/go/version/">go/version</a></dt>
- <dd>
- <p><!-- https://go.dev/issue/62039, https://go.dev/cl/538895 -->
- The new <a href="/pkg/go/version/"><code>go/version</code></a> package implements functions
- for validating and comparing Go version strings.
- </p>
- </dd>
-</dl><!-- go/version -->
-
<dl id="html/template"><dt><a href="/pkg/html/template/">html/template</a></dt>
<dd>
<p><!-- https://go.dev/issue/61619, CL 507995 -->