aboutsummaryrefslogtreecommitdiff
path: root/api/go1.22.txt
diff options
context:
space:
mode:
Diffstat (limited to 'api/go1.22.txt')
-rw-r--r--api/go1.22.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/api/go1.22.txt b/api/go1.22.txt
index 90ab686b11..d2a1ae7a88 100644
--- a/api/go1.22.txt
+++ b/api/go1.22.txt
@@ -48,7 +48,12 @@ pkg encoding/base64, method (*Encoding) AppendDecode([]uint8, []uint8) ([]uint8,
pkg encoding/base64, method (*Encoding) AppendEncode([]uint8, []uint8) []uint8 #53693
pkg encoding/hex, func AppendDecode([]uint8, []uint8) ([]uint8, error) #53693
pkg encoding/hex, func AppendEncode([]uint8, []uint8) []uint8 #53693
+pkg go/ast, func NewPackage //deprecated #52463
pkg go/ast, func Unparen(Expr) Expr #60061
+pkg go/ast, type Importer //deprecated #52463
+pkg go/ast, type Object //deprecated #52463
+pkg go/ast, type Package //deprecated #52463
+pkg go/ast, type Scope //deprecated #52463
pkg go/types, func NewAlias(*TypeName, Type) *Alias #63223
pkg go/types, func Unalias(Type) Type #63223
pkg go/types, method (*Alias) Obj() *TypeName #63223