]> Cypherpunks repositories - gostls13.git/commit
go/version: use "custom" as an example of a version suffix
authorDmitri Shuralyov <dmitshur@golang.org>
Fri, 14 Nov 2025 20:40:43 +0000 (15:40 -0500)
committerDmitri Shuralyov <dmitshur@golang.org>
Thu, 20 Nov 2025 16:02:33 +0000 (08:02 -0800)
commitab5956909952aa625ab8d51086beca299477e7b0
treecd31149177b09b855fb4af6514ae869471fb8d3d
parentc4bb9653ba28cba4bcd3a3cbb64285c495a03ba2
go/version: use "custom" as an example of a version suffix

The suffix in a non-standard toolchain version can be any string. Show
more of a middle ground example of a non-standard version suffix,
aligning it with the example used at https://go.dev/doc/toolchain#name.

For #75953.

Change-Id: I98f9c4de98316aecf76c017eb13cf25582c8939c
Reviewed-on: https://go-review.googlesource.com/c/go/+/720621
Reviewed-by: Quim Muntal <quimmuntal@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Mark Freeman <markfreeman@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/go/version/version.go