1
1
pkg bufio, method (*Writer) AvailableBuffer() []uint8
2
2
pkg bufio, method (ReadWriter) AvailableBuffer() []uint8
3
3
pkg bytes, func Cut([]uint8, []uint8) ([]uint8, []uint8, bool)
4
+ pkg bytes, func Title //deprecated
4
5
pkg crypto/tls, method (*Conn) NetConn() net.Conn
6
+ pkg crypto/tls, type Config struct, PreferServerCipherSuites //deprecated
7
+ pkg crypto/x509, method (*CertPool) Subjects //deprecated
5
8
pkg debug/buildinfo, func Read(io.ReaderAt) (*debug.BuildInfo, error)
6
9
pkg debug/buildinfo, func ReadFile(string) (*debug.BuildInfo, error)
7
10
pkg debug/buildinfo, type BuildInfo = debug.BuildInfo
8
- pkg debug/elf, const R_PPC64_RELATIVE = 22
9
- pkg debug/elf, const R_PPC64_RELATIVE R_PPC64
10
11
pkg debug/dwarf, type BasicType struct, DataBitOffset int64
11
12
pkg debug/dwarf, type StructField struct, DataBitOffset int64
13
+ pkg debug/elf, const R_PPC64_RELATIVE = 22
14
+ pkg debug/elf, const R_PPC64_RELATIVE R_PPC64
12
15
pkg debug/plan9obj, var ErrNoSymbols error
13
16
pkg go/ast, method (*IndexListExpr) End() token.Pos
14
17
pkg go/ast, method (*IndexListExpr) Pos() token.Pos
@@ -24,6 +27,7 @@ pkg go/token, const TILDE = 88
24
27
pkg go/token, const TILDE Token
25
28
pkg go/types, func Instantiate(*Context, Type, []Type, bool) (Type, error)
26
29
pkg go/types, func NewContext() *Context
30
+ pkg go/types, func NewSignature //deprecated
27
31
pkg go/types, func NewSignatureType(*Var, []*TypeParam, []*TypeParam, *Tuple, *Tuple, bool) *Signature
28
32
pkg go/types, func NewTerm(bool, Type) *Term
29
33
pkg go/types, func NewTypeParam(*TypeName, Type) *TypeParam
@@ -81,6 +85,7 @@ pkg net, method (*UDPConn) ReadFromUDPAddrPort([]uint8) (int, netip.AddrPort, er
81
85
pkg net, method (*UDPConn) ReadMsgUDPAddrPort([]uint8, []uint8) (int, int, int, netip.AddrPort, error)
82
86
pkg net, method (*UDPConn) WriteMsgUDPAddrPort([]uint8, []uint8, netip.AddrPort) (int, int, error)
83
87
pkg net, method (*UDPConn) WriteToUDPAddrPort([]uint8, netip.AddrPort) (int, error)
88
+ pkg net, type Error interface, Temporary //deprecated
84
89
pkg net/http, func MaxBytesHandler(Handler, int64) Handler
85
90
pkg net/http, method (*Cookie) Valid() error
86
91
pkg net/netip, func AddrFrom16([16]uint8) Addr
@@ -174,6 +179,7 @@ pkg runtime/debug, type BuildSetting struct, Key string
174
179
pkg runtime/debug, type BuildSetting struct, Value string
175
180
pkg strings, func Clone(string) string
176
181
pkg strings, func Cut(string, string) (string, string, bool)
182
+ pkg strings, func Title //deprecated
177
183
pkg sync, method (*Mutex) TryLock() bool
178
184
pkg sync, method (*RWMutex) TryLock() bool
179
185
pkg sync, method (*RWMutex) TryRLock() bool
@@ -183,7 +189,19 @@ pkg syscall (freebsd-amd64), type SysProcAttr struct, Pdeathsig Signal
183
189
pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Pdeathsig Signal
184
190
pkg syscall (freebsd-arm), type SysProcAttr struct, Pdeathsig Signal
185
191
pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Pdeathsig Signal
192
+ pkg syscall (windows-386), func Syscall //deprecated
193
+ pkg syscall (windows-386), func Syscall12 //deprecated
194
+ pkg syscall (windows-386), func Syscall15 //deprecated
195
+ pkg syscall (windows-386), func Syscall18 //deprecated
196
+ pkg syscall (windows-386), func Syscall6 //deprecated
197
+ pkg syscall (windows-386), func Syscall9 //deprecated
186
198
pkg syscall (windows-386), func SyscallN(uintptr, ...uintptr) (uintptr, uintptr, Errno)
199
+ pkg syscall (windows-amd64), func Syscall //deprecated
200
+ pkg syscall (windows-amd64), func Syscall12 //deprecated
201
+ pkg syscall (windows-amd64), func Syscall15 //deprecated
202
+ pkg syscall (windows-amd64), func Syscall18 //deprecated
203
+ pkg syscall (windows-amd64), func Syscall6 //deprecated
204
+ pkg syscall (windows-amd64), func Syscall9 //deprecated
187
205
pkg syscall (windows-amd64), func SyscallN(uintptr, ...uintptr) (uintptr, uintptr, Errno)
188
206
pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalFuzzTarget, []InternalExample) *M
189
207
pkg testing, method (*F) Add(...interface{})
0 commit comments