mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
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>
18 lines
794 B
Plaintext
18 lines
794 B
Plaintext
pkg go/types, const FieldVar = 6 #70250
|
|
pkg go/types, const FieldVar VarKind #70250
|
|
pkg go/types, const LocalVar = 2 #70250
|
|
pkg go/types, const LocalVar VarKind #70250
|
|
pkg go/types, const PackageVar = 1 #70250
|
|
pkg go/types, const PackageVar VarKind #70250
|
|
pkg go/types, const ParamVar = 4 #70250
|
|
pkg go/types, const ParamVar VarKind #70250
|
|
pkg go/types, const RecvVar = 3 #70250
|
|
pkg go/types, const RecvVar VarKind #70250
|
|
pkg go/types, const ResultVar = 5 #70250
|
|
pkg go/types, const ResultVar VarKind #70250
|
|
pkg go/types, func LookupSelection(Type, bool, *Package, string) (Selection, bool) #70737
|
|
pkg go/types, method (*Var) Kind() VarKind #70250
|
|
pkg go/types, method (*Var) SetKind(VarKind) #70250
|
|
pkg go/types, method (VarKind) String() string #70250
|
|
pkg go/types, type VarKind uint8 #70250
|