From cf5c7815b9212793d0a367ecb56951580ad973d6 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 31 Jan 2024 13:30:50 -0500 Subject: [PATCH] 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 --- doc/go1.22.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/doc/go1.22.html b/doc/go1.22.html index 3b7ee62b27845a..39e2dca61052c5 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -371,6 +371,13 @@

New math/rand/v2 package

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 @@

Minor changes to the library

-
go/version
-
-

- The new go/version package implements functions - for validating and comparing Go version strings. -

-
-
-
html/template