go1.18.txt 13 KB

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