]> Cypherpunks repositories - gostls13.git/commitdiff
api: move go1.25 to next/70250
authorAlan Donovan <adonovan@google.com>
Thu, 3 Apr 2025 14:04:02 +0000 (10:04 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 3 Apr 2025 15:07:11 +0000 (08:07 -0700)
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>
api/next/70250.txt [moved from api/go1.25.txt with 100% similarity]
doc/next/6-stdlib/99-minor/go/types/70250.md [new file with mode: 0644]

similarity index 100%
rename from api/go1.25.txt
rename to api/next/70250.txt
diff --git a/doc/next/6-stdlib/99-minor/go/types/70250.md b/doc/next/6-stdlib/99-minor/go/types/70250.md
new file mode 100644 (file)
index 0000000..49fbdad
--- /dev/null
@@ -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.