From: Dmitri Shuralyov
Date: Wed, 31 Jan 2024 18:30:50 +0000 (-0500)
Subject: doc/go1.22: move go/version package mention into a separate heading
X-Git-Tag: go1.23rc1~1329
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5c0d0929d3a6378c710376b55a49abd55b31a805;p=gostls13.git
doc/go1.22: move go/version package mention into a separate heading
It's a new package in the standard library,
not a minor change to an existing package.
For #62039.
For #61422.
Change-Id: I7488304cd2bd6353f535cab192d015796840ba4e
Reviewed-on: https://go-review.googlesource.com/c/go/+/559799
Auto-Submit: Dmitri Shuralyov
LUCI-TryBot-Result: Go LUCI
Reviewed-by: Dmitri Shuralyov
Reviewed-by: Michael Knyszek
---
diff --git a/doc/go1.22.html b/doc/go1.22.html
index 3b7ee62b27..39e2dca610 100644
--- a/doc/go1.22.html
+++ b/doc/go1.22.html
@@ -371,6 +371,13 @@ and the Go runtime also use ChaCha8 for randomness.
We plan to include an API migration tool in a future release, likely Go 1.23.
+New go/version package
+
+
+ The new go/version
package implements functions
+ for validating and comparing Go version strings.
+
+
Enhanced routing patterns
@@ -643,15 +650,6 @@ We plan to include an API migration tool in a future release, likely Go 1.23.
-
- go/version
- -
-
- The new go/version
package implements functions
- for validating and comparing Go version strings.
-
-
-
-
- html/template
-