From 186c4734247594fe7b27389b0233ece940a1d6f0 Mon Sep 17 00:00:00 2001 From: Michael Anthony Knyszek Date: Wed, 22 Nov 2023 16:54:29 +0000 Subject: [PATCH] api: promote next to go1.22 Change-Id: Ib9d1eabfe6199575ea57183ccb21f62c40e11d84 Reviewed-on: https://go-review.googlesource.com/c/go/+/544555 Reviewed-by: Heschi Kreinick Auto-Submit: Michael Knyszek LUCI-TryBot-Result: Go LUCI --- api/go1.22.txt | 134 +++++++++++++++++++++++++++++++++++++++++++++ api/next/50102.txt | 9 --- api/next/50489.txt | 1 - api/next/51246.txt | 6 -- api/next/51971.txt | 3 - api/next/53693.txt | 6 -- api/next/54898.txt | 1 - api/next/56353.txt | 1 - api/next/57178.txt | 1 - api/next/58000.txt | 1 - api/next/58808.txt | 2 - api/next/59599.txt | 1 - api/next/60061.txt | 1 - api/next/60088.txt | 1 - api/next/60204.txt | 1 - api/next/60370.txt | 5 -- api/next/60665.txt | 6 -- api/next/61410.txt | 2 - api/next/61619.txt | 1 - api/next/61642.txt | 2 - api/next/61716.txt | 48 ---------------- api/next/61758.txt | 1 - api/next/61870.txt | 1 - api/next/61974.txt | 2 - api/next/62037.txt | 2 - api/next/62039.txt | 3 - api/next/62418.txt | 1 - api/next/62605.txt | 1 - api/next/63223.txt | 6 -- api/next/63725.txt | 18 ------ 30 files changed, 134 insertions(+), 134 deletions(-) create mode 100644 api/go1.22.txt delete mode 100644 api/next/50102.txt delete mode 100644 api/next/50489.txt delete mode 100644 api/next/51246.txt delete mode 100644 api/next/51971.txt delete mode 100644 api/next/53693.txt delete mode 100644 api/next/54898.txt delete mode 100644 api/next/56353.txt delete mode 100644 api/next/57178.txt delete mode 100644 api/next/58000.txt delete mode 100644 api/next/58808.txt delete mode 100644 api/next/59599.txt delete mode 100644 api/next/60061.txt delete mode 100644 api/next/60088.txt delete mode 100644 api/next/60204.txt delete mode 100644 api/next/60370.txt delete mode 100644 api/next/60665.txt delete mode 100644 api/next/61410.txt delete mode 100644 api/next/61619.txt delete mode 100644 api/next/61642.txt delete mode 100644 api/next/61716.txt delete mode 100644 api/next/61758.txt delete mode 100644 api/next/61870.txt delete mode 100644 api/next/61974.txt delete mode 100644 api/next/62037.txt delete mode 100644 api/next/62039.txt delete mode 100644 api/next/62418.txt delete mode 100644 api/next/62605.txt delete mode 100644 api/next/63223.txt delete mode 100644 api/next/63725.txt diff --git a/api/go1.22.txt b/api/go1.22.txt new file mode 100644 index 0000000000..ca67b4d6e8 --- /dev/null +++ b/api/go1.22.txt @@ -0,0 +1,134 @@ +pkg archive/tar, method (*Writer) AddFS(fs.FS) error #58000 +pkg archive/tar, type FileInfoNames interface, Gname(int) (string, error) #50102 +pkg archive/tar, type FileInfoNames interface { Gname, IsDir, ModTime, Mode, Name, Size, Sys, Uname } #50102 +pkg archive/tar, type FileInfoNames interface, IsDir() bool #50102 +pkg archive/tar, type FileInfoNames interface, Mode() fs.FileMode #50102 +pkg archive/tar, type FileInfoNames interface, ModTime() time.Time #50102 +pkg archive/tar, type FileInfoNames interface, Name() string #50102 +pkg archive/tar, type FileInfoNames interface, Size() int64 #50102 +pkg archive/tar, type FileInfoNames interface, Sys() interface{} #50102 +pkg archive/tar, type FileInfoNames interface, Uname(int) (string, error) #50102 +pkg archive/zip, method (*Writer) AddFS(fs.FS) error #54898 +pkg cmp, func Or[$0 comparable](...$0) $0 #60204 +pkg crypto/x509, func OIDFromInts([]uint64) (OID, error) #60665 +pkg crypto/x509, method (*CertPool) AddCertWithConstraint(*Certificate, func([]*Certificate) error) #57178 +pkg crypto/x509, method (OID) EqualASN1OID(asn1.ObjectIdentifier) bool #60665 +pkg crypto/x509, method (OID) Equal(OID) bool #60665 +pkg crypto/x509, method (OID) String() string #60665 +pkg crypto/x509, type Certificate struct, Policies []OID #60665 +pkg crypto/x509, type OID struct #60665 +pkg database/sql, method (*Null[$0]) Scan(interface{}) error #60370 +pkg database/sql, method (Null[$0]) Value() (driver.Value, error) #60370 +pkg database/sql, type Null[$0 interface{}] struct #60370 +pkg database/sql, type Null[$0 interface{}] struct, V $0 #60370 +pkg database/sql, type Null[$0 interface{}] struct, Valid bool #60370 +pkg debug/elf, const R_LARCH_64_PCREL = 109 #63725 +pkg debug/elf, const R_LARCH_64_PCREL R_LARCH #63725 +pkg debug/elf, const R_LARCH_ADD6 = 105 #63725 +pkg debug/elf, const R_LARCH_ADD6 R_LARCH #63725 +pkg debug/elf, const R_LARCH_ADD_ULEB128 = 107 #63725 +pkg debug/elf, const R_LARCH_ADD_ULEB128 R_LARCH #63725 +pkg debug/elf, const R_LARCH_ALIGN = 102 #63725 +pkg debug/elf, const R_LARCH_ALIGN R_LARCH #63725 +pkg debug/elf, const R_LARCH_CFA = 104 #63725 +pkg debug/elf, const R_LARCH_CFA R_LARCH #63725 +pkg debug/elf, const R_LARCH_DELETE = 101 #63725 +pkg debug/elf, const R_LARCH_DELETE R_LARCH #63725 +pkg debug/elf, const R_LARCH_PCREL20_S2 = 103 #63725 +pkg debug/elf, const R_LARCH_PCREL20_S2 R_LARCH #63725 +pkg debug/elf, const R_LARCH_SUB6 = 106 #63725 +pkg debug/elf, const R_LARCH_SUB6 R_LARCH #63725 +pkg debug/elf, const R_LARCH_SUB_ULEB128 = 108 #63725 +pkg debug/elf, const R_LARCH_SUB_ULEB128 R_LARCH #63725 +pkg debug/elf, const R_MIPS_PC32 = 248 #61974 +pkg debug/elf, const R_MIPS_PC32 R_MIPS #61974 +pkg encoding/base32, method (*Encoding) AppendDecode([]uint8, []uint8) ([]uint8, error) #53693 +pkg encoding/base32, method (*Encoding) AppendEncode([]uint8, []uint8) []uint8 #53693 +pkg encoding/base64, method (*Encoding) AppendDecode([]uint8, []uint8) ([]uint8, error) #53693 +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 Unparen(Expr) Expr #60061 +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 +pkg go/types, method (*Alias) String() string #63223 +pkg go/types, method (*Alias) Underlying() Type #63223 +pkg go/types, method (Checker) PkgNameOf(*ast.ImportSpec) *PkgName #62037 +pkg go/types, method (*Info) PkgNameOf(*ast.ImportSpec) *PkgName #62037 +pkg go/types, type Alias struct #63223 +pkg go/types, type Info struct, FileVersions map[*ast.File]string #62605 +pkg go/version, func Compare(string, string) int #62039 +pkg go/version, func IsValid(string) bool #62039 +pkg go/version, func Lang(string) string #62039 +pkg html/template, const ErrJSTemplate //deprecated #61619 +pkg io, method (*SectionReader) Outer() (ReaderAt, int64, int64) #61870 +pkg log/slog, func SetLogLoggerLevel(Level) Level #62418 +pkg math/big, method (*Rat) FloatPrec() (int, bool) #50489 +pkg math/rand/v2, func ExpFloat64() float64 #61716 +pkg math/rand/v2, func Float32() float32 #61716 +pkg math/rand/v2, func Float64() float64 #61716 +pkg math/rand/v2, func Int32() int32 #61716 +pkg math/rand/v2, func Int32N(int32) int32 #61716 +pkg math/rand/v2, func Int64() int64 #61716 +pkg math/rand/v2, func Int64N(int64) int64 #61716 +pkg math/rand/v2, func Int() int #61716 +pkg math/rand/v2, func IntN(int) int #61716 +pkg math/rand/v2, func N[$0 intType]($0) $0 #61716 +pkg math/rand/v2, func NewPCG(uint64, uint64) *PCG #61716 +pkg math/rand/v2, func New(Source) *Rand #61716 +pkg math/rand/v2, func NewZipf(*Rand, float64, float64, uint64) *Zipf #61716 +pkg math/rand/v2, func NormFloat64() float64 #61716 +pkg math/rand/v2, func Perm(int) []int #61716 +pkg math/rand/v2, func Shuffle(int, func(int, int)) #61716 +pkg math/rand/v2, func Uint32N(uint32) uint32 #61716 +pkg math/rand/v2, func Uint32() uint32 #61716 +pkg math/rand/v2, func Uint64N(uint64) uint64 #61716 +pkg math/rand/v2, func Uint64() uint64 #61716 +pkg math/rand/v2, func UintN(uint) uint #61716 +pkg math/rand/v2, method (*PCG) MarshalBinary() ([]uint8, error) #61716 +pkg math/rand/v2, method (*PCG) Seed(uint64, uint64) #61716 +pkg math/rand/v2, method (*PCG) Uint64() uint64 #61716 +pkg math/rand/v2, method (*PCG) UnmarshalBinary([]uint8) error #61716 +pkg math/rand/v2, method (*Rand) ExpFloat64() float64 #61716 +pkg math/rand/v2, method (*Rand) Float32() float32 #61716 +pkg math/rand/v2, method (*Rand) Float64() float64 #61716 +pkg math/rand/v2, method (*Rand) Int32() int32 #61716 +pkg math/rand/v2, method (*Rand) Int32N(int32) int32 #61716 +pkg math/rand/v2, method (*Rand) Int64() int64 #61716 +pkg math/rand/v2, method (*Rand) Int64N(int64) int64 #61716 +pkg math/rand/v2, method (*Rand) Int() int #61716 +pkg math/rand/v2, method (*Rand) IntN(int) int #61716 +pkg math/rand/v2, method (*Rand) NormFloat64() float64 #61716 +pkg math/rand/v2, method (*Rand) Perm(int) []int #61716 +pkg math/rand/v2, method (*Rand) Shuffle(int, func(int, int)) #61716 +pkg math/rand/v2, method (*Rand) Uint32N(uint32) uint32 #61716 +pkg math/rand/v2, method (*Rand) Uint32() uint32 #61716 +pkg math/rand/v2, method (*Rand) Uint64N(uint64) uint64 #61716 +pkg math/rand/v2, method (*Rand) Uint64() uint64 #61716 +pkg math/rand/v2, method (*Rand) UintN(uint) uint #61716 +pkg math/rand/v2, method (*Zipf) Uint64() uint64 #61716 +pkg math/rand/v2, type PCG struct #61716 +pkg math/rand/v2, type Rand struct #61716 +pkg math/rand/v2, type Source interface { Uint64 } #61716 +pkg math/rand/v2, type Source interface, Uint64() uint64 #61716 +pkg math/rand/v2, type Zipf struct #61716 +pkg net/http, func FileServerFS(fs.FS) Handler #51971 +pkg net/http, func NewFileTransportFS(fs.FS) RoundTripper #51971 +pkg net/http, func ServeFileFS(ResponseWriter, *Request, fs.FS, string) #51971 +pkg net/http, method (*Request) PathValue(string) string #61410 +pkg net/http, method (*Request) SetPathValue(string, string) #61410 +pkg net, method (*TCPConn) WriteTo(io.Writer) (int64, error) #58808 +pkg net/netip, method (AddrPort) Compare(AddrPort) int #61642 +pkg net/netip, method (Prefix) Compare(Prefix) int #61642 +pkg os, method (*File) WriteTo(io.Writer) (int64, error) #58808 +pkg reflect, func PtrTo //deprecated #59599 +pkg reflect, func TypeFor[$0 interface{}]() Type #60088 +pkg slices, func Concat[$0 interface{ ~[]$1 }, $1 interface{}](...$0) $0 #56353 +pkg syscall (linux-386-cgo), type SysProcAttr struct, PidFD *int #51246 +pkg syscall (linux-386), type SysProcAttr struct, PidFD *int #51246 +pkg syscall (linux-amd64-cgo), type SysProcAttr struct, PidFD *int #51246 +pkg syscall (linux-amd64), type SysProcAttr struct, PidFD *int #51246 +pkg syscall (linux-arm-cgo), type SysProcAttr struct, PidFD *int #51246 +pkg syscall (linux-arm), type SysProcAttr struct, PidFD *int #51246 +pkg testing/slogtest, func Run(*testing.T, func(*testing.T) slog.Handler, func(*testing.T) map[string]interface{}) #61758 diff --git a/api/next/50102.txt b/api/next/50102.txt deleted file mode 100644 index dcb7977e83..0000000000 --- a/api/next/50102.txt +++ /dev/null @@ -1,9 +0,0 @@ -pkg archive/tar, type FileInfoNames interface { Gname, IsDir, ModTime, Mode, Name, Size, Sys, Uname } #50102 -pkg archive/tar, type FileInfoNames interface, Gname(int) (string, error) #50102 -pkg archive/tar, type FileInfoNames interface, IsDir() bool #50102 -pkg archive/tar, type FileInfoNames interface, ModTime() time.Time #50102 -pkg archive/tar, type FileInfoNames interface, Mode() fs.FileMode #50102 -pkg archive/tar, type FileInfoNames interface, Name() string #50102 -pkg archive/tar, type FileInfoNames interface, Size() int64 #50102 -pkg archive/tar, type FileInfoNames interface, Sys() interface{} #50102 -pkg archive/tar, type FileInfoNames interface, Uname(int) (string, error) #50102 diff --git a/api/next/50489.txt b/api/next/50489.txt deleted file mode 100644 index 5fc8723c9e..0000000000 --- a/api/next/50489.txt +++ /dev/null @@ -1 +0,0 @@ -pkg math/big, method (*Rat) FloatPrec() (int, bool) #50489 diff --git a/api/next/51246.txt b/api/next/51246.txt deleted file mode 100644 index c8806c64a3..0000000000 --- a/api/next/51246.txt +++ /dev/null @@ -1,6 +0,0 @@ -pkg syscall (linux-386), type SysProcAttr struct, PidFD *int #51246 -pkg syscall (linux-386-cgo), type SysProcAttr struct, PidFD *int #51246 -pkg syscall (linux-amd64), type SysProcAttr struct, PidFD *int #51246 -pkg syscall (linux-amd64-cgo), type SysProcAttr struct, PidFD *int #51246 -pkg syscall (linux-arm), type SysProcAttr struct, PidFD *int #51246 -pkg syscall (linux-arm-cgo), type SysProcAttr struct, PidFD *int #51246 diff --git a/api/next/51971.txt b/api/next/51971.txt deleted file mode 100644 index f884c3c079..0000000000 --- a/api/next/51971.txt +++ /dev/null @@ -1,3 +0,0 @@ -pkg net/http, func ServeFileFS(ResponseWriter, *Request, fs.FS, string) #51971 -pkg net/http, func FileServerFS(fs.FS) Handler #51971 -pkg net/http, func NewFileTransportFS(fs.FS) RoundTripper #51971 diff --git a/api/next/53693.txt b/api/next/53693.txt deleted file mode 100644 index 5a6f09e6c8..0000000000 --- a/api/next/53693.txt +++ /dev/null @@ -1,6 +0,0 @@ -pkg encoding/base32, method (*Encoding) AppendDecode([]uint8, []uint8) ([]uint8, error) #53693 -pkg encoding/base32, method (*Encoding) AppendEncode([]uint8, []uint8) []uint8 #53693 -pkg encoding/base64, method (*Encoding) AppendDecode([]uint8, []uint8) ([]uint8, error) #53693 -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 diff --git a/api/next/54898.txt b/api/next/54898.txt deleted file mode 100644 index 44133bd377..0000000000 --- a/api/next/54898.txt +++ /dev/null @@ -1 +0,0 @@ -pkg archive/zip, method (*Writer) AddFS(fs.FS) error #54898 diff --git a/api/next/56353.txt b/api/next/56353.txt deleted file mode 100644 index c2504a7f63..0000000000 --- a/api/next/56353.txt +++ /dev/null @@ -1 +0,0 @@ -pkg slices, func Concat[$0 interface{ ~[]$1 }, $1 interface{}](...$0) $0 #56353 diff --git a/api/next/57178.txt b/api/next/57178.txt deleted file mode 100644 index 3ce4d408eb..0000000000 --- a/api/next/57178.txt +++ /dev/null @@ -1 +0,0 @@ -pkg crypto/x509, method (*CertPool) AddCertWithConstraint(*Certificate, func([]*Certificate) error) #57178 diff --git a/api/next/58000.txt b/api/next/58000.txt deleted file mode 100644 index 94db9637cb..0000000000 --- a/api/next/58000.txt +++ /dev/null @@ -1 +0,0 @@ -pkg archive/tar, method (*Writer) AddFS(fs.FS) error #58000 diff --git a/api/next/58808.txt b/api/next/58808.txt deleted file mode 100644 index f1105c3168..0000000000 --- a/api/next/58808.txt +++ /dev/null @@ -1,2 +0,0 @@ -pkg net, method (*TCPConn) WriteTo(io.Writer) (int64, error) #58808 -pkg os, method (*File) WriteTo(io.Writer) (int64, error) #58808 diff --git a/api/next/59599.txt b/api/next/59599.txt deleted file mode 100644 index 952291f323..0000000000 --- a/api/next/59599.txt +++ /dev/null @@ -1 +0,0 @@ -pkg reflect, func PtrTo //deprecated #59599 diff --git a/api/next/60061.txt b/api/next/60061.txt deleted file mode 100644 index 3e497addb7..0000000000 --- a/api/next/60061.txt +++ /dev/null @@ -1 +0,0 @@ -pkg go/ast, func Unparen(Expr) Expr #60061 diff --git a/api/next/60088.txt b/api/next/60088.txt deleted file mode 100644 index 6eacb139a7..0000000000 --- a/api/next/60088.txt +++ /dev/null @@ -1 +0,0 @@ -pkg reflect, func TypeFor[$0 interface{}]() Type #60088 diff --git a/api/next/60204.txt b/api/next/60204.txt deleted file mode 100644 index 62dddc620c..0000000000 --- a/api/next/60204.txt +++ /dev/null @@ -1 +0,0 @@ -pkg cmp, func Or[$0 comparable](...$0) $0 #60204 diff --git a/api/next/60370.txt b/api/next/60370.txt deleted file mode 100644 index 66ced0bfb7..0000000000 --- a/api/next/60370.txt +++ /dev/null @@ -1,5 +0,0 @@ -pkg database/sql, method (*Null[$0]) Scan(interface{}) error #60370 -pkg database/sql, method (Null[$0]) Value() (driver.Value, error) #60370 -pkg database/sql, type Null[$0 interface{}] struct #60370 -pkg database/sql, type Null[$0 interface{}] struct, Valid bool #60370 -pkg database/sql, type Null[$0 interface{}] struct, V $0 #60370 diff --git a/api/next/60665.txt b/api/next/60665.txt deleted file mode 100644 index 10e50e1832..0000000000 --- a/api/next/60665.txt +++ /dev/null @@ -1,6 +0,0 @@ -pkg crypto/x509, type Certificate struct, Policies []OID #60665 -pkg crypto/x509, type OID struct #60665 -pkg crypto/x509, method (OID) Equal(OID) bool #60665 -pkg crypto/x509, method (OID) EqualASN1OID(asn1.ObjectIdentifier) bool #60665 -pkg crypto/x509, method (OID) String() string #60665 -pkg crypto/x509, func OIDFromInts([]uint64) (OID, error) #60665 diff --git a/api/next/61410.txt b/api/next/61410.txt deleted file mode 100644 index 01c8a2c3e8..0000000000 --- a/api/next/61410.txt +++ /dev/null @@ -1,2 +0,0 @@ -pkg net/http, method (*Request) PathValue(string) string #61410 -pkg net/http, method (*Request) SetPathValue(string, string) #61410 diff --git a/api/next/61619.txt b/api/next/61619.txt deleted file mode 100644 index c63a3140e8..0000000000 --- a/api/next/61619.txt +++ /dev/null @@ -1 +0,0 @@ -pkg html/template, const ErrJSTemplate //deprecated #61619 diff --git a/api/next/61642.txt b/api/next/61642.txt deleted file mode 100644 index 4c8bf252df..0000000000 --- a/api/next/61642.txt +++ /dev/null @@ -1,2 +0,0 @@ -pkg net/netip, method (AddrPort) Compare(AddrPort) int #61642 -pkg net/netip, method (Prefix) Compare(Prefix) int #61642 diff --git a/api/next/61716.txt b/api/next/61716.txt deleted file mode 100644 index 05b9bb8429..0000000000 --- a/api/next/61716.txt +++ /dev/null @@ -1,48 +0,0 @@ -pkg math/rand/v2, func ExpFloat64() float64 #61716 -pkg math/rand/v2, func Float32() float32 #61716 -pkg math/rand/v2, func Float64() float64 #61716 -pkg math/rand/v2, func Int() int #61716 -pkg math/rand/v2, func Int32() int32 #61716 -pkg math/rand/v2, func Int32N(int32) int32 #61716 -pkg math/rand/v2, func Int64() int64 #61716 -pkg math/rand/v2, func Int64N(int64) int64 #61716 -pkg math/rand/v2, func IntN(int) int #61716 -pkg math/rand/v2, func N[$0 intType]($0) $0 #61716 -pkg math/rand/v2, func New(Source) *Rand #61716 -pkg math/rand/v2, func NewPCG(uint64, uint64) *PCG #61716 -pkg math/rand/v2, func NewZipf(*Rand, float64, float64, uint64) *Zipf #61716 -pkg math/rand/v2, func NormFloat64() float64 #61716 -pkg math/rand/v2, func Perm(int) []int #61716 -pkg math/rand/v2, func Shuffle(int, func(int, int)) #61716 -pkg math/rand/v2, func Uint32() uint32 #61716 -pkg math/rand/v2, func Uint32N(uint32) uint32 #61716 -pkg math/rand/v2, func Uint64() uint64 #61716 -pkg math/rand/v2, func Uint64N(uint64) uint64 #61716 -pkg math/rand/v2, func UintN(uint) uint #61716 -pkg math/rand/v2, method (*PCG) MarshalBinary() ([]uint8, error) #61716 -pkg math/rand/v2, method (*PCG) Seed(uint64, uint64) #61716 -pkg math/rand/v2, method (*PCG) Uint64() uint64 #61716 -pkg math/rand/v2, method (*PCG) UnmarshalBinary([]uint8) error #61716 -pkg math/rand/v2, method (*Rand) ExpFloat64() float64 #61716 -pkg math/rand/v2, method (*Rand) Float32() float32 #61716 -pkg math/rand/v2, method (*Rand) Float64() float64 #61716 -pkg math/rand/v2, method (*Rand) Int() int #61716 -pkg math/rand/v2, method (*Rand) Int32() int32 #61716 -pkg math/rand/v2, method (*Rand) Int32N(int32) int32 #61716 -pkg math/rand/v2, method (*Rand) Int64() int64 #61716 -pkg math/rand/v2, method (*Rand) Int64N(int64) int64 #61716 -pkg math/rand/v2, method (*Rand) IntN(int) int #61716 -pkg math/rand/v2, method (*Rand) NormFloat64() float64 #61716 -pkg math/rand/v2, method (*Rand) Perm(int) []int #61716 -pkg math/rand/v2, method (*Rand) Shuffle(int, func(int, int)) #61716 -pkg math/rand/v2, method (*Rand) Uint32() uint32 #61716 -pkg math/rand/v2, method (*Rand) Uint32N(uint32) uint32 #61716 -pkg math/rand/v2, method (*Rand) Uint64() uint64 #61716 -pkg math/rand/v2, method (*Rand) Uint64N(uint64) uint64 #61716 -pkg math/rand/v2, method (*Rand) UintN(uint) uint #61716 -pkg math/rand/v2, method (*Zipf) Uint64() uint64 #61716 -pkg math/rand/v2, type PCG struct #61716 -pkg math/rand/v2, type Rand struct #61716 -pkg math/rand/v2, type Source interface { Uint64 } #61716 -pkg math/rand/v2, type Source interface, Uint64() uint64 #61716 -pkg math/rand/v2, type Zipf struct #61716 diff --git a/api/next/61758.txt b/api/next/61758.txt deleted file mode 100644 index 35bd224965..0000000000 --- a/api/next/61758.txt +++ /dev/null @@ -1 +0,0 @@ -pkg testing/slogtest, func Run(*testing.T, func(*testing.T) slog.Handler, func(*testing.T) map[string]interface{}) #61758 diff --git a/api/next/61870.txt b/api/next/61870.txt deleted file mode 100644 index 27bb9f6425..0000000000 --- a/api/next/61870.txt +++ /dev/null @@ -1 +0,0 @@ -pkg io, method (*SectionReader) Outer() (ReaderAt, int64, int64) #61870 diff --git a/api/next/61974.txt b/api/next/61974.txt deleted file mode 100644 index d231a62848..0000000000 --- a/api/next/61974.txt +++ /dev/null @@ -1,2 +0,0 @@ -pkg debug/elf, const R_MIPS_PC32 = 248 #61974 -pkg debug/elf, const R_MIPS_PC32 R_MIPS #61974 diff --git a/api/next/62037.txt b/api/next/62037.txt deleted file mode 100644 index 78374214c8..0000000000 --- a/api/next/62037.txt +++ /dev/null @@ -1,2 +0,0 @@ -pkg go/types, method (*Info) PkgNameOf(*ast.ImportSpec) *PkgName #62037 -pkg go/types, method (Checker) PkgNameOf(*ast.ImportSpec) *PkgName #62037 diff --git a/api/next/62039.txt b/api/next/62039.txt deleted file mode 100644 index 8280e87751..0000000000 --- a/api/next/62039.txt +++ /dev/null @@ -1,3 +0,0 @@ -pkg go/version, func Compare(string, string) int #62039 -pkg go/version, func IsValid(string) bool #62039 -pkg go/version, func Lang(string) string #62039 diff --git a/api/next/62418.txt b/api/next/62418.txt deleted file mode 100644 index fd482f4ba8..0000000000 --- a/api/next/62418.txt +++ /dev/null @@ -1 +0,0 @@ -pkg log/slog, func SetLogLoggerLevel(Level) Level #62418 diff --git a/api/next/62605.txt b/api/next/62605.txt deleted file mode 100644 index 1b0e533d02..0000000000 --- a/api/next/62605.txt +++ /dev/null @@ -1 +0,0 @@ -pkg go/types, type Info struct, FileVersions map[*ast.File]string #62605 diff --git a/api/next/63223.txt b/api/next/63223.txt deleted file mode 100644 index 2dcafb872b..0000000000 --- a/api/next/63223.txt +++ /dev/null @@ -1,6 +0,0 @@ -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 -pkg go/types, method (*Alias) String() string #63223 -pkg go/types, method (*Alias) Underlying() Type #63223 -pkg go/types, type Alias struct #63223 diff --git a/api/next/63725.txt b/api/next/63725.txt deleted file mode 100644 index ff3e05348b..0000000000 --- a/api/next/63725.txt +++ /dev/null @@ -1,18 +0,0 @@ -pkg debug/elf, const R_LARCH_64_PCREL = 109 #63725 -pkg debug/elf, const R_LARCH_64_PCREL R_LARCH #63725 -pkg debug/elf, const R_LARCH_ADD6 = 105 #63725 -pkg debug/elf, const R_LARCH_ADD6 R_LARCH #63725 -pkg debug/elf, const R_LARCH_ADD_ULEB128 = 107 #63725 -pkg debug/elf, const R_LARCH_ADD_ULEB128 R_LARCH #63725 -pkg debug/elf, const R_LARCH_ALIGN = 102 #63725 -pkg debug/elf, const R_LARCH_ALIGN R_LARCH #63725 -pkg debug/elf, const R_LARCH_CFA = 104 #63725 -pkg debug/elf, const R_LARCH_CFA R_LARCH #63725 -pkg debug/elf, const R_LARCH_DELETE = 101 #63725 -pkg debug/elf, const R_LARCH_DELETE R_LARCH #63725 -pkg debug/elf, const R_LARCH_PCREL20_S2 = 103 #63725 -pkg debug/elf, const R_LARCH_PCREL20_S2 R_LARCH #63725 -pkg debug/elf, const R_LARCH_SUB6 = 106 #63725 -pkg debug/elf, const R_LARCH_SUB6 R_LARCH #63725 -pkg debug/elf, const R_LARCH_SUB_ULEB128 = 108 #63725 -pkg debug/elf, const R_LARCH_SUB_ULEB128 R_LARCH #63725 -- 2.48.1