mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
api: move go1.25 to next/70250
My CL 645115 added the new entries in the wrong place, prematurely creating the go1.25 file. Also, add the missing release note. Change-Id: Ib5b5ccfb42757a9ea9dc93e33b3e3ed8e8bd7d3f Reviewed-on: https://go-review.googlesource.com/c/go/+/662615 Auto-Submit: Alan Donovan <adonovan@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
parent
06f82af183
commit
fd8f6cec21
3
doc/next/6-stdlib/99-minor/go/types/70250.md
Normal file
3
doc/next/6-stdlib/99-minor/go/types/70250.md
Normal file
@ -0,0 +1,3 @@
|
||||
[Var] now has a [Var.Kind] method that classifies the variable as one
|
||||
of: package-level, receiver, parameter, result, or local variable, or
|
||||
a struct field.
|
Loading…
x
Reference in New Issue
Block a user