diff --git a/api/go1.25.txt b/api/next/70250.txt 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 index 0000000000..49fbdadfe9 --- /dev/null +++ b/doc/next/6-stdlib/99-minor/go/types/70250.md @@ -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.