1pkg bufio, method (*Writer) AvailableBuffer() []uint8
2pkg bufio, method (ReadWriter) AvailableBuffer() []uint8
3pkg bytes, func Cut([]uint8, []uint8) ([]uint8, []uint8, bool)
4pkg bytes, func Title //deprecated
5pkg crypto/tls, method (*Conn) NetConn() net.Conn
6pkg crypto/tls, type Config struct, PreferServerCipherSuites //deprecated
7pkg crypto/x509, method (*CertPool) Subjects //deprecated
8pkg debug/buildinfo, func Read(io.ReaderAt) (*debug.BuildInfo, error)
9pkg debug/buildinfo, func ReadFile(string) (*debug.BuildInfo, error)
10pkg debug/buildinfo, type BuildInfo = debug.BuildInfo
11pkg debug/dwarf, type BasicType struct, DataBitOffset int64
12pkg debug/dwarf, type StructField struct, DataBitOffset int64
13pkg debug/elf, const R_PPC64_RELATIVE = 22
14pkg debug/elf, const R_PPC64_RELATIVE R_PPC64
15pkg debug/plan9obj, var ErrNoSymbols error
16pkg go/ast, method (*IndexListExpr) End() token.Pos
17pkg go/ast, method (*IndexListExpr) Pos() token.Pos
18pkg go/ast, type FuncType struct, TypeParams *FieldList
19pkg go/ast, type IndexListExpr struct
20pkg go/ast, type IndexListExpr struct, Indices []Expr
21pkg go/ast, type IndexListExpr struct, Lbrack token.Pos
22pkg go/ast, type IndexListExpr struct, Rbrack token.Pos
23pkg go/ast, type IndexListExpr struct, X Expr
24pkg go/ast, type TypeSpec struct, TypeParams *FieldList
25pkg go/constant, method (Kind) String() string
26pkg go/token, const TILDE = 88
27pkg go/token, const TILDE Token
28pkg go/types, func Instantiate(*Context, Type, []Type, bool) (Type, error)
29pkg go/types, func NewContext() *Context
30pkg go/types, func NewSignature //deprecated
31pkg go/types, func NewSignatureType(*Var, []*TypeParam, []*TypeParam, *Tuple, *Tuple, bool) *Signature
32pkg go/types, func NewTerm(bool, Type) *Term
33pkg go/types, func NewTypeParam(*TypeName, Type) *TypeParam
34pkg go/types, func NewUnion([]*Term) *Union
35pkg go/types, method (*ArgumentError) Error() string
36pkg go/types, method (*ArgumentError) Unwrap() error
37pkg go/types, method (*Interface) IsComparable() bool
38pkg go/types, method (*Interface) IsImplicit() bool
39pkg go/types, method (*Interface) IsMethodSet() bool
40pkg go/types, method (*Interface) MarkImplicit()
41pkg go/types, method (*Named) Origin() *Named
42pkg go/types, method (*Named) SetTypeParams([]*TypeParam)
43pkg go/types, method (*Named) TypeArgs() *TypeList
44pkg go/types, method (*Named) TypeParams() *TypeParamList
45pkg go/types, method (*Signature) RecvTypeParams() *TypeParamList
46pkg go/types, method (*Signature) TypeParams() *TypeParamList
47pkg go/types, method (*Term) String() string
48pkg go/types, method (*Term) Tilde() bool
49pkg go/types, method (*Term) Type() Type
50pkg go/types, method (*TypeList) At(int) Type
51pkg go/types, method (*TypeList) Len() int
52pkg go/types, method (*TypeParam) Constraint() Type
53pkg go/types, method (*TypeParam) Index() int
54pkg go/types, method (*TypeParam) Obj() *TypeName
55pkg go/types, method (*TypeParam) SetConstraint(Type)
56pkg go/types, method (*TypeParam) String() string
57pkg go/types, method (*TypeParam) Underlying() Type
58pkg go/types, method (*TypeParamList) At(int) *TypeParam
59pkg go/types, method (*TypeParamList) Len() int
60pkg go/types, method (*Union) Len() int
61pkg go/types, method (*Union) String() string
62pkg go/types, method (*Union) Term(int) *Term
63pkg go/types, method (*Union) Underlying() Type
64pkg go/types, type ArgumentError struct
65pkg go/types, type ArgumentError struct, Err error
66pkg go/types, type ArgumentError struct, Index int
67pkg go/types, type Config struct, Context *Context
68pkg go/types, type Config struct, GoVersion string
69pkg go/types, type Context struct
70pkg go/types, type Info struct, Instances map[*ast.Ident]Instance
71pkg go/types, type Instance struct
72pkg go/types, type Instance struct, Type Type
73pkg go/types, type Instance struct, TypeArgs *TypeList
74pkg go/types, type Term struct
75pkg go/types, type TypeList struct
76pkg go/types, type TypeParam struct
77pkg go/types, type TypeParamList struct
78pkg go/types, type Union struct
79pkg net, func TCPAddrFromAddrPort(netip.AddrPort) *TCPAddr
80pkg net, func UDPAddrFromAddrPort(netip.AddrPort) *UDPAddr
81pkg net, method (*Resolver) LookupNetIP(context.Context, string, string) ([]netip.Addr, error)
82pkg net, method (*TCPAddr) AddrPort() netip.AddrPort
83pkg net, method (*UDPAddr) AddrPort() netip.AddrPort
84pkg net, method (*UDPConn) ReadFromUDPAddrPort([]uint8) (int, netip.AddrPort, error)
85pkg net, method (*UDPConn) ReadMsgUDPAddrPort([]uint8, []uint8) (int, int, int, netip.AddrPort, error)
86pkg net, method (*UDPConn) WriteMsgUDPAddrPort([]uint8, []uint8, netip.AddrPort) (int, int, error)
87pkg net, method (*UDPConn) WriteToUDPAddrPort([]uint8, netip.AddrPort) (int, error)
88pkg net, type Error interface, Temporary //deprecated
89pkg net/http, func MaxBytesHandler(Handler, int64) Handler
90pkg net/http, method (*Cookie) Valid() error
91pkg net/netip, func AddrFrom16([16]uint8) Addr
92pkg net/netip, func AddrFrom4([4]uint8) Addr
93pkg net/netip, func AddrFromSlice([]uint8) (Addr, bool)
94pkg net/netip, func AddrPortFrom(Addr, uint16) AddrPort
95pkg net/netip, func IPv4Unspecified() Addr
96pkg net/netip, func IPv6LinkLocalAllNodes() Addr
97pkg net/netip, func IPv6Unspecified() Addr
98pkg net/netip, func MustParseAddr(string) Addr
99pkg net/netip, func MustParseAddrPort(string) AddrPort
100pkg net/netip, func MustParsePrefix(string) Prefix
101pkg net/netip, func ParseAddr(string) (Addr, error)
102pkg net/netip, func ParseAddrPort(string) (AddrPort, error)
103pkg net/netip, func ParsePrefix(string) (Prefix, error)
104pkg net/netip, func PrefixFrom(Addr, int) Prefix
105pkg net/netip, method (*Addr) UnmarshalBinary([]uint8) error
106pkg net/netip, method (*Addr) UnmarshalText([]uint8) error
107pkg net/netip, method (*AddrPort) UnmarshalBinary([]uint8) error
108pkg net/netip, method (*AddrPort) UnmarshalText([]uint8) error
109pkg net/netip, method (*Prefix) UnmarshalBinary([]uint8) error
110pkg net/netip, method (*Prefix) UnmarshalText([]uint8) error
111pkg net/netip, method (Addr) AppendTo([]uint8) []uint8
112pkg net/netip, method (Addr) As16() [16]uint8
113pkg net/netip, method (Addr) As4() [4]uint8
114pkg net/netip, method (Addr) AsSlice() []uint8
115pkg net/netip, method (Addr) BitLen() int
116pkg net/netip, method (Addr) Compare(Addr) int
117pkg net/netip, method (Addr) Is4() bool
118pkg net/netip, method (Addr) Is4In6() bool
119pkg net/netip, method (Addr) Is6() bool
120pkg net/netip, method (Addr) IsGlobalUnicast() bool
121pkg net/netip, method (Addr) IsInterfaceLocalMulticast() bool
122pkg net/netip, method (Addr) IsLinkLocalMulticast() bool
123pkg net/netip, method (Addr) IsLinkLocalUnicast() bool
124pkg net/netip, method (Addr) IsLoopback() bool
125pkg net/netip, method (Addr) IsMulticast() bool
126pkg net/netip, method (Addr) IsPrivate() bool
127pkg net/netip, method (Addr) IsUnspecified() bool
128pkg net/netip, method (Addr) IsValid() bool
129pkg net/netip, method (Addr) Less(Addr) bool
130pkg net/netip, method (Addr) MarshalBinary() ([]uint8, error)
131pkg net/netip, method (Addr) MarshalText() ([]uint8, error)
132pkg net/netip, method (Addr) Next() Addr
133pkg net/netip, method (Addr) Prefix(int) (Prefix, error)
134pkg net/netip, method (Addr) Prev() Addr
135pkg net/netip, method (Addr) String() string
136pkg net/netip, method (Addr) StringExpanded() string
137pkg net/netip, method (Addr) Unmap() Addr
138pkg net/netip, method (Addr) WithZone(string) Addr
139pkg net/netip, method (Addr) Zone() string
140pkg net/netip, method (AddrPort) Addr() Addr
141pkg net/netip, method (AddrPort) AppendTo([]uint8) []uint8
142pkg net/netip, method (AddrPort) IsValid() bool
143pkg net/netip, method (AddrPort) MarshalBinary() ([]uint8, error)
144pkg net/netip, method (AddrPort) MarshalText() ([]uint8, error)
145pkg net/netip, method (AddrPort) Port() uint16
146pkg net/netip, method (AddrPort) String() string
147pkg net/netip, method (Prefix) Addr() Addr
148pkg net/netip, method (Prefix) AppendTo([]uint8) []uint8
149pkg net/netip, method (Prefix) Bits() int
150pkg net/netip, method (Prefix) Contains(Addr) bool
151pkg net/netip, method (Prefix) IsSingleIP() bool
152pkg net/netip, method (Prefix) IsValid() bool
153pkg net/netip, method (Prefix) MarshalBinary() ([]uint8, error)
154pkg net/netip, method (Prefix) MarshalText() ([]uint8, error)
155pkg net/netip, method (Prefix) Masked() Prefix
156pkg net/netip, method (Prefix) Overlaps(Prefix) bool
157pkg net/netip, method (Prefix) String() string
158pkg net/netip, type Addr struct
159pkg net/netip, type AddrPort struct
160pkg net/netip, type Prefix struct
161pkg reflect, const Pointer = 22
162pkg reflect, const Pointer Kind
163pkg reflect, func PointerTo(Type) Type
164pkg reflect, method (*MapIter) Reset(Value)
165pkg reflect, method (Value) CanComplex() bool
166pkg reflect, method (Value) CanFloat() bool
167pkg reflect, method (Value) CanInt() bool
168pkg reflect, method (Value) CanUint() bool
169pkg reflect, method (Value) FieldByIndexErr([]int) (Value, error)
170pkg reflect, method (Value) SetIterKey(*MapIter)
171pkg reflect, method (Value) SetIterValue(*MapIter)
172pkg reflect, method (Value) UnsafePointer() unsafe.Pointer
173pkg runtime/debug, func ParseBuildInfo(string) (*BuildInfo, error)
174pkg runtime/debug, method (*BuildInfo) String() string
175pkg runtime/debug, type BuildInfo struct, GoVersion string
176pkg runtime/debug, type BuildInfo struct, Settings []BuildSetting
177pkg runtime/debug, type BuildSetting struct
178pkg runtime/debug, type BuildSetting struct, Key string
179pkg runtime/debug, type BuildSetting struct, Value string
180pkg strings, func Clone(string) string
181pkg strings, func Cut(string, string) (string, string, bool)
182pkg strings, func Title //deprecated
183pkg sync, method (*Mutex) TryLock() bool
184pkg sync, method (*RWMutex) TryLock() bool
185pkg sync, method (*RWMutex) TryRLock() bool
186pkg syscall (freebsd-386), type SysProcAttr struct, Pdeathsig Signal
187pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Pdeathsig Signal
188pkg syscall (freebsd-amd64), type SysProcAttr struct, Pdeathsig Signal
189pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Pdeathsig Signal
190pkg syscall (freebsd-arm), type SysProcAttr struct, Pdeathsig Signal
191pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Pdeathsig Signal
192pkg syscall (freebsd-arm64), type SysProcAttr struct, Pdeathsig Signal
193pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Pdeathsig Signal
194pkg syscall (windows-386), func Syscall //deprecated
195pkg syscall (windows-386), func Syscall12 //deprecated
196pkg syscall (windows-386), func Syscall15 //deprecated
197pkg syscall (windows-386), func Syscall18 //deprecated
198pkg syscall (windows-386), func Syscall6 //deprecated
199pkg syscall (windows-386), func Syscall9 //deprecated
200pkg syscall (windows-386), func SyscallN(uintptr, ...uintptr) (uintptr, uintptr, Errno)
201pkg syscall (windows-amd64), func Syscall //deprecated
202pkg syscall (windows-amd64), func Syscall12 //deprecated
203pkg syscall (windows-amd64), func Syscall15 //deprecated
204pkg syscall (windows-amd64), func Syscall18 //deprecated
205pkg syscall (windows-amd64), func Syscall6 //deprecated
206pkg syscall (windows-amd64), func Syscall9 //deprecated
207pkg syscall (windows-amd64), func SyscallN(uintptr, ...uintptr) (uintptr, uintptr, Errno)
208pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalFuzzTarget, []InternalExample) *M
209pkg testing, method (*F) Add(...interface{})
210pkg testing, method (*F) Cleanup(func())
211pkg testing, method (*F) Error(...interface{})
212pkg testing, method (*F) Errorf(string, ...interface{})
213pkg testing, method (*F) Fail()
214pkg testing, method (*F) FailNow()
215pkg testing, method (*F) Failed() bool
216pkg testing, method (*F) Fatal(...interface{})
217pkg testing, method (*F) Fatalf(string, ...interface{})
218pkg testing, method (*F) Fuzz(interface{})
219pkg testing, method (*F) Helper()
220pkg testing, method (*F) Log(...interface{})
221pkg testing, method (*F) Logf(string, ...interface{})
222pkg testing, method (*F) Name() string
223pkg testing, method (*F) Setenv(string, string)
224pkg testing, method (*F) Skip(...interface{})
225pkg testing, method (*F) SkipNow()
226pkg testing, method (*F) Skipf(string, ...interface{})
227pkg testing, method (*F) Skipped() bool
228pkg testing, method (*F) TempDir() string
229pkg testing, type F struct
230pkg testing, type InternalFuzzTarget struct
231pkg testing, type InternalFuzzTarget struct, Fn func(*F)
232pkg testing, type InternalFuzzTarget struct, Name string
233pkg text/template/parse, const NodeBreak = 21
234pkg text/template/parse, const NodeBreak NodeType
235pkg text/template/parse, const NodeContinue = 22
236pkg text/template/parse, const NodeContinue NodeType
237pkg text/template/parse, method (*BreakNode) Copy() Node
238pkg text/template/parse, method (*BreakNode) String() string
239pkg text/template/parse, method (*ContinueNode) Copy() Node
240pkg text/template/parse, method (*ContinueNode) String() string
241pkg text/template/parse, method (BreakNode) Position() Pos
242pkg text/template/parse, method (BreakNode) Type() NodeType
243pkg text/template/parse, method (ContinueNode) Position() Pos
244pkg text/template/parse, method (ContinueNode) Type() NodeType
245pkg text/template/parse, type BreakNode struct
246pkg text/template/parse, type BreakNode struct, Line int
247pkg text/template/parse, type BreakNode struct, embedded NodeType
248pkg text/template/parse, type BreakNode struct, embedded Pos
249pkg text/template/parse, type ContinueNode struct
250pkg text/template/parse, type ContinueNode struct, Line int
251pkg text/template/parse, type ContinueNode struct, embedded NodeType
252pkg text/template/parse, type ContinueNode struct, embedded Pos
253pkg unicode/utf8, func AppendRune([]uint8, int32) []uint8
254