Files
go-legacy-win7/doc/initial/6-stdlib/99-minor/0-heading.md
Vorapol Rinsatitnon c7759f4edb Update to go1.25.0
2025-08-13 21:50:03 +07:00

387 B

Minor changes to the library

go/types

The Var.Kind method returns an enumeration of type VarKind that classifies the variable (package-level, local, receiver, parameter, result, or struct field). See issue #70250.

Callers of NewVar or NewParam are encouraged to call Var.SetKind to ensure that this attribute is set correctly in all cases.