1
0
mirror of https://github.com/golang/go synced 2024-11-26 06:17:57 -07:00

doc: add release note for new go/version package

For #62039.

Change-Id: Id19a4c06489ad24dc44c7caf2405d155d96c6fcb
Reviewed-on: https://go-review.googlesource.com/c/go/+/547695
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Bypass: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
This commit is contained in:
Robert Griesemer 2023-12-05 13:01:30 -08:00 committed by Gopher Robot
parent 3c31998f4f
commit 1661bf02c8

View File

@ -418,12 +418,9 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="go/version"><dt><a href="/pkg/go/version/">go/version</a></dt> <dl id="go/version"><dt><a href="/pkg/go/version/">go/version</a></dt>
<dd> <dd>
<p><!-- https://go.dev/issue/62039 --> <p><!-- https://go.dev/issue/62039, https://go.dev/cl/538895 -->
TODO: <a href="https://go.dev/issue/62039">https://go.dev/issue/62039</a>: package for handling Go version strings The new <a href="/pkg/go/version/"><code>go/version</code></a> package implements functions
</p> for validating and comparing Go version strings.
<p><!-- CL 538895 -->
TODO: <a href="https://go.dev/cl/538895">https://go.dev/cl/538895</a>: go/version: add new package; modified api/next/62039.txt
</p> </p>
</dd> </dd>
</dl><!-- go/version --> </dl><!-- go/version -->