go1.20.txt 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. pkg archive/tar, var ErrInsecurePath error #55356
  2. pkg archive/zip, var ErrInsecurePath error #55356
  3. pkg bytes, func Clone([]uint8) []uint8 #45038
  4. pkg bytes, func CutPrefix([]uint8, []uint8) ([]uint8, bool) #42537
  5. pkg bytes, func CutSuffix([]uint8, []uint8) ([]uint8, bool) #42537
  6. pkg context, func Cause(Context) error #51365
  7. pkg context, func WithCancelCause(Context) (Context, CancelCauseFunc) #51365
  8. pkg context, type CancelCauseFunc func(error) #51365
  9. pkg crypto/ecdh, func P256() Curve #52221
  10. pkg crypto/ecdh, func P384() Curve #52221
  11. pkg crypto/ecdh, func P521() Curve #52221
  12. pkg crypto/ecdh, func X25519() Curve #52221
  13. pkg crypto/ecdh, method (*PrivateKey) Bytes() []uint8 #52221
  14. pkg crypto/ecdh, method (*PrivateKey) Curve() Curve #52221
  15. pkg crypto/ecdh, method (*PrivateKey) ECDH(*PublicKey) ([]uint8, error) #52221
  16. pkg crypto/ecdh, method (*PrivateKey) Equal(crypto.PrivateKey) bool #52221
  17. pkg crypto/ecdh, method (*PrivateKey) Public() crypto.PublicKey #52221
  18. pkg crypto/ecdh, method (*PrivateKey) PublicKey() *PublicKey #52221
  19. pkg crypto/ecdh, method (*PublicKey) Bytes() []uint8 #52221
  20. pkg crypto/ecdh, method (*PublicKey) Curve() Curve #52221
  21. pkg crypto/ecdh, method (*PublicKey) Equal(crypto.PublicKey) bool #52221
  22. pkg crypto/ecdh, type Curve interface, GenerateKey(io.Reader) (*PrivateKey, error) #52221
  23. pkg crypto/ecdh, type Curve interface, NewPrivateKey([]uint8) (*PrivateKey, error) #52221
  24. pkg crypto/ecdh, type Curve interface, NewPublicKey([]uint8) (*PublicKey, error) #52221
  25. pkg crypto/ecdh, type Curve interface, unexported methods #52221
  26. pkg crypto/ecdh, type PrivateKey struct #52221
  27. pkg crypto/ecdh, type PublicKey struct #52221
  28. pkg crypto/ecdsa, method (*PrivateKey) ECDH() (*ecdh.PrivateKey, error) #56088
  29. pkg crypto/ecdsa, method (*PublicKey) ECDH() (*ecdh.PublicKey, error) #56088
  30. pkg crypto/ed25519, func VerifyWithOptions(PublicKey, []uint8, []uint8, *Options) error #31804
  31. pkg crypto/ed25519, method (*Options) HashFunc() crypto.Hash #31804
  32. pkg crypto/ed25519, type Options struct #31804
  33. pkg crypto/ed25519, type Options struct, Context string #31804
  34. pkg crypto/ed25519, type Options struct, Hash crypto.Hash #31804
  35. pkg crypto/rsa, type OAEPOptions struct, MGFHash crypto.Hash #19974
  36. pkg crypto/subtle, func XORBytes([]uint8, []uint8, []uint8) int #53021
  37. pkg crypto/tls, method (*CertificateVerificationError) Error() string #48152
  38. pkg crypto/tls, method (*CertificateVerificationError) Unwrap() error #48152
  39. pkg crypto/tls, type CertificateVerificationError struct #48152
  40. pkg crypto/tls, type CertificateVerificationError struct, Err error #48152
  41. pkg crypto/tls, type CertificateVerificationError struct, UnverifiedCertificates []*x509.Certificate #48152
  42. pkg crypto/x509, func SetFallbackRoots(*CertPool) #43958
  43. pkg debug/elf, const R_LARCH_32_PCREL = 99 #54222
  44. pkg debug/elf, const R_LARCH_32_PCREL R_LARCH #54222
  45. pkg debug/elf, const R_LARCH_ABS64_HI12 = 70 #54222
  46. pkg debug/elf, const R_LARCH_ABS64_HI12 R_LARCH #54222
  47. pkg debug/elf, const R_LARCH_ABS64_LO20 = 69 #54222
  48. pkg debug/elf, const R_LARCH_ABS64_LO20 R_LARCH #54222
  49. pkg debug/elf, const R_LARCH_ABS_HI20 = 67 #54222
  50. pkg debug/elf, const R_LARCH_ABS_HI20 R_LARCH #54222
  51. pkg debug/elf, const R_LARCH_ABS_LO12 = 68 #54222
  52. pkg debug/elf, const R_LARCH_ABS_LO12 R_LARCH #54222
  53. pkg debug/elf, const R_LARCH_B16 = 64 #54222
  54. pkg debug/elf, const R_LARCH_B16 R_LARCH #54222
  55. pkg debug/elf, const R_LARCH_B21 = 65 #54222
  56. pkg debug/elf, const R_LARCH_B21 R_LARCH #54222
  57. pkg debug/elf, const R_LARCH_B26 = 66 #54222
  58. pkg debug/elf, const R_LARCH_B26 R_LARCH #54222
  59. pkg debug/elf, const R_LARCH_GNU_VTENTRY = 58 #54222
  60. pkg debug/elf, const R_LARCH_GNU_VTENTRY R_LARCH #54222
  61. pkg debug/elf, const R_LARCH_GNU_VTINHERIT = 57 #54222
  62. pkg debug/elf, const R_LARCH_GNU_VTINHERIT R_LARCH #54222
  63. pkg debug/elf, const R_LARCH_GOT64_HI12 = 82 #54222
  64. pkg debug/elf, const R_LARCH_GOT64_HI12 R_LARCH #54222
  65. pkg debug/elf, const R_LARCH_GOT64_LO20 = 81 #54222
  66. pkg debug/elf, const R_LARCH_GOT64_LO20 R_LARCH #54222
  67. pkg debug/elf, const R_LARCH_GOT64_PC_HI12 = 78 #54222
  68. pkg debug/elf, const R_LARCH_GOT64_PC_HI12 R_LARCH #54222
  69. pkg debug/elf, const R_LARCH_GOT64_PC_LO20 = 77 #54222
  70. pkg debug/elf, const R_LARCH_GOT64_PC_LO20 R_LARCH #54222
  71. pkg debug/elf, const R_LARCH_GOT_HI20 = 79 #54222
  72. pkg debug/elf, const R_LARCH_GOT_HI20 R_LARCH #54222
  73. pkg debug/elf, const R_LARCH_GOT_LO12 = 80 #54222
  74. pkg debug/elf, const R_LARCH_GOT_LO12 R_LARCH #54222
  75. pkg debug/elf, const R_LARCH_GOT_PC_HI20 = 75 #54222
  76. pkg debug/elf, const R_LARCH_GOT_PC_HI20 R_LARCH #54222
  77. pkg debug/elf, const R_LARCH_GOT_PC_LO12 = 76 #54222
  78. pkg debug/elf, const R_LARCH_GOT_PC_LO12 R_LARCH #54222
  79. pkg debug/elf, const R_LARCH_PCALA64_HI12 = 74 #54222
  80. pkg debug/elf, const R_LARCH_PCALA64_HI12 R_LARCH #54222
  81. pkg debug/elf, const R_LARCH_PCALA64_LO20 = 73 #54222
  82. pkg debug/elf, const R_LARCH_PCALA64_LO20 R_LARCH #54222
  83. pkg debug/elf, const R_LARCH_PCALA_HI20 = 71 #54222
  84. pkg debug/elf, const R_LARCH_PCALA_HI20 R_LARCH #54222
  85. pkg debug/elf, const R_LARCH_PCALA_LO12 = 72 #54222
  86. pkg debug/elf, const R_LARCH_PCALA_LO12 R_LARCH #54222
  87. pkg debug/elf, const R_LARCH_RELAX = 100 #54222
  88. pkg debug/elf, const R_LARCH_RELAX R_LARCH #54222
  89. pkg debug/elf, const R_LARCH_TLS_GD_HI20 = 98 #54222
  90. pkg debug/elf, const R_LARCH_TLS_GD_HI20 R_LARCH #54222
  91. pkg debug/elf, const R_LARCH_TLS_GD_PC_HI20 = 97 #54222
  92. pkg debug/elf, const R_LARCH_TLS_GD_PC_HI20 R_LARCH #54222
  93. pkg debug/elf, const R_LARCH_TLS_IE64_HI12 = 94 #54222
  94. pkg debug/elf, const R_LARCH_TLS_IE64_HI12 R_LARCH #54222
  95. pkg debug/elf, const R_LARCH_TLS_IE64_LO20 = 93 #54222
  96. pkg debug/elf, const R_LARCH_TLS_IE64_LO20 R_LARCH #54222
  97. pkg debug/elf, const R_LARCH_TLS_IE64_PC_HI12 = 90 #54222
  98. pkg debug/elf, const R_LARCH_TLS_IE64_PC_HI12 R_LARCH #54222
  99. pkg debug/elf, const R_LARCH_TLS_IE64_PC_LO20 = 89 #54222
  100. pkg debug/elf, const R_LARCH_TLS_IE64_PC_LO20 R_LARCH #54222
  101. pkg debug/elf, const R_LARCH_TLS_IE_HI20 = 91 #54222
  102. pkg debug/elf, const R_LARCH_TLS_IE_HI20 R_LARCH #54222
  103. pkg debug/elf, const R_LARCH_TLS_IE_LO12 = 92 #54222
  104. pkg debug/elf, const R_LARCH_TLS_IE_LO12 R_LARCH #54222
  105. pkg debug/elf, const R_LARCH_TLS_IE_PC_HI20 = 87 #54222
  106. pkg debug/elf, const R_LARCH_TLS_IE_PC_HI20 R_LARCH #54222
  107. pkg debug/elf, const R_LARCH_TLS_IE_PC_LO12 = 88 #54222
  108. pkg debug/elf, const R_LARCH_TLS_IE_PC_LO12 R_LARCH #54222
  109. pkg debug/elf, const R_LARCH_TLS_LD_HI20 = 96 #54222
  110. pkg debug/elf, const R_LARCH_TLS_LD_HI20 R_LARCH #54222
  111. pkg debug/elf, const R_LARCH_TLS_LD_PC_HI20 = 95 #54222
  112. pkg debug/elf, const R_LARCH_TLS_LD_PC_HI20 R_LARCH #54222
  113. pkg debug/elf, const R_LARCH_TLS_LE64_HI12 = 86 #54222
  114. pkg debug/elf, const R_LARCH_TLS_LE64_HI12 R_LARCH #54222
  115. pkg debug/elf, const R_LARCH_TLS_LE64_LO20 = 85 #54222
  116. pkg debug/elf, const R_LARCH_TLS_LE64_LO20 R_LARCH #54222
  117. pkg debug/elf, const R_LARCH_TLS_LE_HI20 = 83 #54222
  118. pkg debug/elf, const R_LARCH_TLS_LE_HI20 R_LARCH #54222
  119. pkg debug/elf, const R_LARCH_TLS_LE_LO12 = 84 #54222
  120. pkg debug/elf, const R_LARCH_TLS_LE_LO12 R_LARCH #54222
  121. pkg debug/elf, const R_PPC64_ADDR16_HIGHER34 = 136 #54345
  122. pkg debug/elf, const R_PPC64_ADDR16_HIGHER34 R_PPC64 #54345
  123. pkg debug/elf, const R_PPC64_ADDR16_HIGHERA34 = 137 #54345
  124. pkg debug/elf, const R_PPC64_ADDR16_HIGHERA34 R_PPC64 #54345
  125. pkg debug/elf, const R_PPC64_ADDR16_HIGHEST34 = 138 #54345
  126. pkg debug/elf, const R_PPC64_ADDR16_HIGHEST34 R_PPC64 #54345
  127. pkg debug/elf, const R_PPC64_ADDR16_HIGHESTA34 = 139 #54345
  128. pkg debug/elf, const R_PPC64_ADDR16_HIGHESTA34 R_PPC64 #54345
  129. pkg debug/elf, const R_PPC64_COPY = 19 #54345
  130. pkg debug/elf, const R_PPC64_COPY R_PPC64 #54345
  131. pkg debug/elf, const R_PPC64_D28 = 144 #54345
  132. pkg debug/elf, const R_PPC64_D28 R_PPC64 #54345
  133. pkg debug/elf, const R_PPC64_D34 = 128 #54345
  134. pkg debug/elf, const R_PPC64_D34_HA30 = 131 #54345
  135. pkg debug/elf, const R_PPC64_D34_HA30 R_PPC64 #54345
  136. pkg debug/elf, const R_PPC64_D34_HI30 = 130 #54345
  137. pkg debug/elf, const R_PPC64_D34_HI30 R_PPC64 #54345
  138. pkg debug/elf, const R_PPC64_D34_LO = 129 #54345
  139. pkg debug/elf, const R_PPC64_D34_LO R_PPC64 #54345
  140. pkg debug/elf, const R_PPC64_D34 R_PPC64 #54345
  141. pkg debug/elf, const R_PPC64_DTPREL34 = 147 #54345
  142. pkg debug/elf, const R_PPC64_DTPREL34 R_PPC64 #54345
  143. pkg debug/elf, const R_PPC64_GLOB_DAT = 20 #54345
  144. pkg debug/elf, const R_PPC64_GLOB_DAT R_PPC64 #54345
  145. pkg debug/elf, const R_PPC64_GNU_VTENTRY = 254 #54345
  146. pkg debug/elf, const R_PPC64_GNU_VTENTRY R_PPC64 #54345
  147. pkg debug/elf, const R_PPC64_GNU_VTINHERIT = 253 #54345
  148. pkg debug/elf, const R_PPC64_GNU_VTINHERIT R_PPC64 #54345
  149. pkg debug/elf, const R_PPC64_GOT_DTPREL_PCREL34 = 151 #54345
  150. pkg debug/elf, const R_PPC64_GOT_DTPREL_PCREL34 R_PPC64 #54345
  151. pkg debug/elf, const R_PPC64_GOT_PCREL34 = 133 #54345
  152. pkg debug/elf, const R_PPC64_GOT_PCREL34 R_PPC64 #54345
  153. pkg debug/elf, const R_PPC64_GOT_TLSGD_PCREL34 = 148 #54345
  154. pkg debug/elf, const R_PPC64_GOT_TLSGD_PCREL34 R_PPC64 #54345
  155. pkg debug/elf, const R_PPC64_GOT_TLSLD_PCREL34 = 149 #54345
  156. pkg debug/elf, const R_PPC64_GOT_TLSLD_PCREL34 R_PPC64 #54345
  157. pkg debug/elf, const R_PPC64_GOT_TPREL_PCREL34 = 150 #54345
  158. pkg debug/elf, const R_PPC64_GOT_TPREL_PCREL34 R_PPC64 #54345
  159. pkg debug/elf, const R_PPC64_PCREL28 = 145 #54345
  160. pkg debug/elf, const R_PPC64_PCREL28 R_PPC64 #54345
  161. pkg debug/elf, const R_PPC64_PCREL34 = 132 #54345
  162. pkg debug/elf, const R_PPC64_PCREL34 R_PPC64 #54345
  163. pkg debug/elf, const R_PPC64_PCREL_OPT = 123 #54345
  164. pkg debug/elf, const R_PPC64_PCREL_OPT R_PPC64 #54345
  165. pkg debug/elf, const R_PPC64_PLT16_HA = 31 #54345
  166. pkg debug/elf, const R_PPC64_PLT16_HA R_PPC64 #54345
  167. pkg debug/elf, const R_PPC64_PLT16_HI = 30 #54345
  168. pkg debug/elf, const R_PPC64_PLT16_HI R_PPC64 #54345
  169. pkg debug/elf, const R_PPC64_PLT16_LO = 29 #54345
  170. pkg debug/elf, const R_PPC64_PLT16_LO R_PPC64 #54345
  171. pkg debug/elf, const R_PPC64_PLT32 = 27 #54345
  172. pkg debug/elf, const R_PPC64_PLT32 R_PPC64 #54345
  173. pkg debug/elf, const R_PPC64_PLT64 = 45 #54345
  174. pkg debug/elf, const R_PPC64_PLT64 R_PPC64 #54345
  175. pkg debug/elf, const R_PPC64_PLTCALL = 120 #54345
  176. pkg debug/elf, const R_PPC64_PLTCALL_NOTOC = 122 #54345
  177. pkg debug/elf, const R_PPC64_PLTCALL_NOTOC R_PPC64 #54345
  178. pkg debug/elf, const R_PPC64_PLTCALL R_PPC64 #54345
  179. pkg debug/elf, const R_PPC64_PLT_PCREL34 = 134 #54345
  180. pkg debug/elf, const R_PPC64_PLT_PCREL34_NOTOC = 135 #54345
  181. pkg debug/elf, const R_PPC64_PLT_PCREL34_NOTOC R_PPC64 #54345
  182. pkg debug/elf, const R_PPC64_PLT_PCREL34 R_PPC64 #54345
  183. pkg debug/elf, const R_PPC64_PLTREL32 = 28 #54345
  184. pkg debug/elf, const R_PPC64_PLTREL32 R_PPC64 #54345
  185. pkg debug/elf, const R_PPC64_PLTREL64 = 46 #54345
  186. pkg debug/elf, const R_PPC64_PLTREL64 R_PPC64 #54345
  187. pkg debug/elf, const R_PPC64_PLTSEQ = 119 #54345
  188. pkg debug/elf, const R_PPC64_PLTSEQ_NOTOC = 121 #54345
  189. pkg debug/elf, const R_PPC64_PLTSEQ_NOTOC R_PPC64 #54345
  190. pkg debug/elf, const R_PPC64_PLTSEQ R_PPC64 #54345
  191. pkg debug/elf, const R_PPC64_REL16_HIGH = 240 #54345
  192. pkg debug/elf, const R_PPC64_REL16_HIGHA = 241 #54345
  193. pkg debug/elf, const R_PPC64_REL16_HIGHA R_PPC64 #54345
  194. pkg debug/elf, const R_PPC64_REL16_HIGHER = 242 #54345
  195. pkg debug/elf, const R_PPC64_REL16_HIGHER34 = 140 #54345
  196. pkg debug/elf, const R_PPC64_REL16_HIGHER34 R_PPC64 #54345
  197. pkg debug/elf, const R_PPC64_REL16_HIGHERA = 243 #54345
  198. pkg debug/elf, const R_PPC64_REL16_HIGHERA34 = 141 #54345
  199. pkg debug/elf, const R_PPC64_REL16_HIGHERA34 R_PPC64 #54345
  200. pkg debug/elf, const R_PPC64_REL16_HIGHERA R_PPC64 #54345
  201. pkg debug/elf, const R_PPC64_REL16_HIGHER R_PPC64 #54345
  202. pkg debug/elf, const R_PPC64_REL16_HIGHEST = 244 #54345
  203. pkg debug/elf, const R_PPC64_REL16_HIGHEST34 = 142 #54345
  204. pkg debug/elf, const R_PPC64_REL16_HIGHEST34 R_PPC64 #54345
  205. pkg debug/elf, const R_PPC64_REL16_HIGHESTA = 245 #54345
  206. pkg debug/elf, const R_PPC64_REL16_HIGHESTA34 = 143 #54345
  207. pkg debug/elf, const R_PPC64_REL16_HIGHESTA34 R_PPC64 #54345
  208. pkg debug/elf, const R_PPC64_REL16_HIGHESTA R_PPC64 #54345
  209. pkg debug/elf, const R_PPC64_REL16_HIGHEST R_PPC64 #54345
  210. pkg debug/elf, const R_PPC64_REL16_HIGH R_PPC64 #54345
  211. pkg debug/elf, const R_PPC64_REL30 = 37 #54345
  212. pkg debug/elf, const R_PPC64_REL30 R_PPC64 #54345
  213. pkg debug/elf, const R_PPC64_SECTOFF = 33 #54345
  214. pkg debug/elf, const R_PPC64_SECTOFF_HA = 36 #54345
  215. pkg debug/elf, const R_PPC64_SECTOFF_HA R_PPC64 #54345
  216. pkg debug/elf, const R_PPC64_SECTOFF_HI = 35 #54345
  217. pkg debug/elf, const R_PPC64_SECTOFF_HI R_PPC64 #54345
  218. pkg debug/elf, const R_PPC64_SECTOFF_LO = 34 #54345
  219. pkg debug/elf, const R_PPC64_SECTOFF_LO_DS = 62 #53356
  220. pkg debug/elf, const R_PPC64_SECTOFF_LO R_PPC64 #54345
  221. pkg debug/elf, const R_PPC64_SECTOFF R_PPC64 #54345
  222. pkg debug/elf, const R_PPC64_TPREL34 = 146 #54345
  223. pkg debug/elf, const R_PPC64_TPREL34 R_PPC64 #54345
  224. pkg debug/elf, const R_PPC64_UADDR16 = 25 #54345
  225. pkg debug/elf, const R_PPC64_UADDR16 R_PPC64 #54345
  226. pkg debug/elf, const R_PPC64_UADDR32 = 24 #54345
  227. pkg debug/elf, const R_PPC64_UADDR32 R_PPC64 #54345
  228. pkg debug/elf, const R_PPC64_UADDR64 = 43 #54345
  229. pkg debug/elf, const R_PPC64_UADDR64 R_PPC64 #54345
  230. pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV128 = 20776 #54251
  231. pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV128 ideal-int #54251
  232. pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV32 = 20530 #54251
  233. pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV32 ideal-int #54251
  234. pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV64 = 20580 #54251
  235. pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV64 ideal-int #54251
  236. pkg encoding/xml, method (*Encoder) Close() error #53346
  237. pkg errors, func Join(...error) error #53435
  238. pkg fmt, func FormatString(State, int32) string #51668
  239. pkg go/ast, type File struct, FileEnd token.Pos #53202
  240. pkg go/ast, type File struct, FileStart token.Pos #53202
  241. pkg go/ast, type RangeStmt struct, Range token.Pos #50429
  242. pkg go/token, method (*FileSet) RemoveFile(*File) #53200
  243. pkg go/types, func Satisfies(Type, *Interface) bool #56548
  244. pkg io/fs, var SkipAll error #47209
  245. pkg io, func NewOffsetWriter(WriterAt, int64) *OffsetWriter #45899
  246. pkg io, method (*OffsetWriter) Seek(int64, int) (int64, error) #45899
  247. pkg io, method (*OffsetWriter) WriteAt([]uint8, int64) (int, error) #45899
  248. pkg io, method (*OffsetWriter) Write([]uint8) (int, error) #45899
  249. pkg io, type OffsetWriter struct #45899
  250. pkg math/rand, func Read //deprecated #20661
  251. pkg math/rand, func Seed //deprecated #56319
  252. pkg net, const FlagRunning = 32 #53482
  253. pkg net, const FlagRunning Flags #53482
  254. pkg net/http, func NewResponseController(ResponseWriter) *ResponseController #54136
  255. pkg net/http/httputil, method (*ProxyRequest) SetURL(*url.URL) #53002
  256. pkg net/http/httputil, method (*ProxyRequest) SetXForwarded() #53002
  257. pkg net/http/httputil, type ProxyRequest struct #53002
  258. pkg net/http/httputil, type ProxyRequest struct, In *http.Request #53002
  259. pkg net/http/httputil, type ProxyRequest struct, Out *http.Request #53002
  260. pkg net/http/httputil, type ReverseProxy struct, Rewrite func(*ProxyRequest) #53002
  261. pkg net/http, method (*ResponseController) Flush() error #54136
  262. pkg net/http, method (*ResponseController) Hijack() (net.Conn, *bufio.ReadWriter, error) #54136
  263. pkg net/http, method (*ResponseController) SetReadDeadline(time.Time) error #54136
  264. pkg net/http, method (*ResponseController) SetWriteDeadline(time.Time) error #54136
  265. pkg net/http, type ResponseController struct #54136
  266. pkg net/http, type Server struct, DisableGeneralOptionsHandler bool #41773
  267. pkg net/http, type Transport struct, OnProxyConnectResponse func(context.Context, *url.URL, *Request, *Response) error #54299
  268. pkg net/netip, func IPv6LinkLocalAllRouters() Addr #51766
  269. pkg net/netip, func IPv6Loopback() Addr #51777
  270. pkg net, type Dialer struct, ControlContext func(context.Context, string, string, syscall.RawConn) error #55301
  271. pkg os/exec, type Cmd struct, Cancel func() error #50436
  272. pkg os/exec, type Cmd struct, WaitDelay time.Duration #50436
  273. pkg os/exec, var ErrWaitDelay error #50436
  274. pkg path/filepath, func IsLocal(string) bool #56219
  275. pkg path/filepath, var SkipAll error #47209
  276. pkg reflect, method (Value) Comparable() bool #46746
  277. pkg reflect, method (Value) Equal(Value) bool #46746
  278. pkg reflect, method (Value) Grow(int) #48000
  279. pkg reflect, method (Value) SetZero() #52376
  280. pkg regexp/syntax, const ErrLarge ErrorCode #56041
  281. pkg regexp/syntax, const ErrLarge = "expression too large" #56041
  282. pkg runtime/cgo (darwin-amd64-cgo), type Incomplete struct #46731
  283. pkg runtime/cgo (darwin-arm64-cgo), type Incomplete struct #46731
  284. pkg runtime/cgo (freebsd-386-cgo), type Incomplete struct #46731
  285. pkg runtime/cgo (freebsd-amd64-cgo), type Incomplete struct #46731
  286. pkg runtime/cgo (freebsd-arm-cgo), type Incomplete struct #46731
  287. pkg runtime/cgo (linux-386-cgo), type Incomplete struct #46731
  288. pkg runtime/cgo (linux-amd64-cgo), type Incomplete struct #46731
  289. pkg runtime/cgo (linux-arm-cgo), type Incomplete struct #46731
  290. pkg runtime/cgo (netbsd-386-cgo), type Incomplete struct #46731
  291. pkg runtime/cgo (netbsd-amd64-cgo), type Incomplete struct #46731
  292. pkg runtime/cgo (netbsd-arm64-cgo), type Incomplete struct #46731
  293. pkg runtime/cgo (netbsd-arm-cgo), type Incomplete struct #46731
  294. pkg runtime/cgo (openbsd-386-cgo), type Incomplete struct #46731
  295. pkg runtime/cgo (openbsd-amd64-cgo), type Incomplete struct #46731
  296. pkg runtime/coverage, func ClearCounters() error #51430
  297. pkg runtime/coverage, func WriteCountersDir(string) error #51430
  298. pkg runtime/coverage, func WriteCounters(io.Writer) error #51430
  299. pkg runtime/coverage, func WriteMetaDir(string) error #51430
  300. pkg runtime/coverage, func WriteMeta(io.Writer) error #51430
  301. pkg strings, func CutPrefix(string, string) (string, bool) #42537
  302. pkg strings, func CutSuffix(string, string) (string, bool) #42537
  303. pkg sync, method (*Map) CompareAndDelete(interface{}, interface{}) bool #51972
  304. pkg sync, method (*Map) CompareAndSwap(interface{}, interface{}, interface{}) bool #51972
  305. pkg sync, method (*Map) Swap(interface{}, interface{}) (interface{}, bool) #51972
  306. pkg syscall (freebsd-386-cgo), const SYS_FSTAT = 551 #53280
  307. pkg syscall (freebsd-386-cgo), const SYS_FSTATAT = 552 #53280
  308. pkg syscall (freebsd-386-cgo), const SYS_FSTATFS = 556 #53280
  309. pkg syscall (freebsd-386-cgo), const SYS_GETDIRENTRIES = 554 #53280
  310. pkg syscall (freebsd-386-cgo), const SYS_GETFSSTAT = 557 #53280
  311. pkg syscall (freebsd-386-cgo), const SYS_MKNODAT = 559 #53280
  312. pkg syscall (freebsd-386-cgo), const SYS_STATFS = 555 #53280
  313. pkg syscall (freebsd-386), const SYS_FSTAT = 551 #53280
  314. pkg syscall (freebsd-386), const SYS_FSTATAT = 552 #53280
  315. pkg syscall (freebsd-386), const SYS_FSTATFS = 556 #53280
  316. pkg syscall (freebsd-386), const SYS_GETDIRENTRIES = 554 #53280
  317. pkg syscall (freebsd-386), const SYS_GETFSSTAT = 557 #53280
  318. pkg syscall (freebsd-386), const SYS_MKNODAT = 559 #53280
  319. pkg syscall (freebsd-386), const SYS_STATFS = 555 #53280
  320. pkg syscall (freebsd-amd64-cgo), const SYS_FSTAT = 551 #53280
  321. pkg syscall (freebsd-amd64-cgo), const SYS_FSTATAT = 552 #53280
  322. pkg syscall (freebsd-amd64-cgo), const SYS_FSTATFS = 556 #53280
  323. pkg syscall (freebsd-amd64-cgo), const SYS_GETDIRENTRIES = 554 #53280
  324. pkg syscall (freebsd-amd64-cgo), const SYS_GETFSSTAT = 557 #53280
  325. pkg syscall (freebsd-amd64-cgo), const SYS_MKNODAT = 559 #53280
  326. pkg syscall (freebsd-amd64-cgo), const SYS_STATFS = 555 #53280
  327. pkg syscall (freebsd-amd64), const SYS_FSTAT = 551 #53280
  328. pkg syscall (freebsd-amd64), const SYS_FSTATAT = 552 #53280
  329. pkg syscall (freebsd-amd64), const SYS_FSTATFS = 556 #53280
  330. pkg syscall (freebsd-amd64), const SYS_GETDIRENTRIES = 554 #53280
  331. pkg syscall (freebsd-amd64), const SYS_GETFSSTAT = 557 #53280
  332. pkg syscall (freebsd-amd64), const SYS_MKNODAT = 559 #53280
  333. pkg syscall (freebsd-amd64), const SYS_STATFS = 555 #53280
  334. pkg syscall (freebsd-arm-cgo), const SYS_FSTAT = 551 #53280
  335. pkg syscall (freebsd-arm-cgo), const SYS_FSTATAT = 552 #53280
  336. pkg syscall (freebsd-arm-cgo), const SYS_FSTATFS = 556 #53280
  337. pkg syscall (freebsd-arm-cgo), const SYS_GETDIRENTRIES = 554 #53280
  338. pkg syscall (freebsd-arm-cgo), const SYS_GETFSSTAT = 557 #53280
  339. pkg syscall (freebsd-arm-cgo), const SYS_MKNODAT = 559 #53280
  340. pkg syscall (freebsd-arm-cgo), const SYS_STATFS = 555 #53280
  341. pkg syscall (freebsd-arm), const SYS_FSTAT = 551 #53280
  342. pkg syscall (freebsd-arm), const SYS_FSTATAT = 552 #53280
  343. pkg syscall (freebsd-arm), const SYS_FSTATFS = 556 #53280
  344. pkg syscall (freebsd-arm), const SYS_GETDIRENTRIES = 554 #53280
  345. pkg syscall (freebsd-arm), const SYS_GETFSSTAT = 557 #53280
  346. pkg syscall (freebsd-arm), const SYS_MKNODAT = 559 #53280
  347. pkg syscall (freebsd-arm), const SYS_STATFS = 555 #53280
  348. pkg syscall (linux-386-cgo), const CLONE_CLEAR_SIGHAND = 4294967296 #51246
  349. pkg syscall (linux-386-cgo), const CLONE_CLEAR_SIGHAND ideal-int #51246
  350. pkg syscall (linux-386-cgo), const CLONE_INTO_CGROUP = 8589934592 #51246
  351. pkg syscall (linux-386-cgo), const CLONE_INTO_CGROUP ideal-int #51246
  352. pkg syscall (linux-386-cgo), const CLONE_NEWCGROUP = 33554432 #51246
  353. pkg syscall (linux-386-cgo), const CLONE_NEWCGROUP ideal-int #51246
  354. pkg syscall (linux-386-cgo), const CLONE_NEWTIME = 128 #51246
  355. pkg syscall (linux-386-cgo), const CLONE_NEWTIME ideal-int #51246
  356. pkg syscall (linux-386-cgo), const CLONE_PIDFD = 4096 #51246
  357. pkg syscall (linux-386-cgo), const CLONE_PIDFD ideal-int #51246
  358. pkg syscall (linux-386-cgo), type SysProcAttr struct, CgroupFD int #51246
  359. pkg syscall (linux-386-cgo), type SysProcAttr struct, UseCgroupFD bool #51246
  360. pkg syscall (linux-386), const CLONE_CLEAR_SIGHAND = 4294967296 #51246
  361. pkg syscall (linux-386), const CLONE_CLEAR_SIGHAND ideal-int #51246
  362. pkg syscall (linux-386), const CLONE_INTO_CGROUP = 8589934592 #51246
  363. pkg syscall (linux-386), const CLONE_INTO_CGROUP ideal-int #51246
  364. pkg syscall (linux-386), const CLONE_NEWCGROUP = 33554432 #51246
  365. pkg syscall (linux-386), const CLONE_NEWCGROUP ideal-int #51246
  366. pkg syscall (linux-386), const CLONE_NEWTIME = 128 #51246
  367. pkg syscall (linux-386), const CLONE_NEWTIME ideal-int #51246
  368. pkg syscall (linux-386), const CLONE_PIDFD = 4096 #51246
  369. pkg syscall (linux-386), const CLONE_PIDFD ideal-int #51246
  370. pkg syscall (linux-386), type SysProcAttr struct, CgroupFD int #51246
  371. pkg syscall (linux-386), type SysProcAttr struct, UseCgroupFD bool #51246
  372. pkg syscall (linux-amd64-cgo), const CLONE_CLEAR_SIGHAND = 4294967296 #51246
  373. pkg syscall (linux-amd64-cgo), const CLONE_CLEAR_SIGHAND ideal-int #51246
  374. pkg syscall (linux-amd64-cgo), const CLONE_INTO_CGROUP = 8589934592 #51246
  375. pkg syscall (linux-amd64-cgo), const CLONE_INTO_CGROUP ideal-int #51246
  376. pkg syscall (linux-amd64-cgo), const CLONE_NEWCGROUP = 33554432 #51246
  377. pkg syscall (linux-amd64-cgo), const CLONE_NEWCGROUP ideal-int #51246
  378. pkg syscall (linux-amd64-cgo), const CLONE_NEWTIME = 128 #51246
  379. pkg syscall (linux-amd64-cgo), const CLONE_NEWTIME ideal-int #51246
  380. pkg syscall (linux-amd64-cgo), const CLONE_PIDFD = 4096 #51246
  381. pkg syscall (linux-amd64-cgo), const CLONE_PIDFD ideal-int #51246
  382. pkg syscall (linux-amd64-cgo), type SysProcAttr struct, CgroupFD int #51246
  383. pkg syscall (linux-amd64-cgo), type SysProcAttr struct, UseCgroupFD bool #51246
  384. pkg syscall (linux-amd64), const CLONE_CLEAR_SIGHAND = 4294967296 #51246
  385. pkg syscall (linux-amd64), const CLONE_CLEAR_SIGHAND ideal-int #51246
  386. pkg syscall (linux-amd64), const CLONE_INTO_CGROUP = 8589934592 #51246
  387. pkg syscall (linux-amd64), const CLONE_INTO_CGROUP ideal-int #51246
  388. pkg syscall (linux-amd64), const CLONE_NEWCGROUP = 33554432 #51246
  389. pkg syscall (linux-amd64), const CLONE_NEWCGROUP ideal-int #51246
  390. pkg syscall (linux-amd64), const CLONE_NEWTIME = 128 #51246
  391. pkg syscall (linux-amd64), const CLONE_NEWTIME ideal-int #51246
  392. pkg syscall (linux-amd64), const CLONE_PIDFD = 4096 #51246
  393. pkg syscall (linux-amd64), const CLONE_PIDFD ideal-int #51246
  394. pkg syscall (linux-amd64), type SysProcAttr struct, CgroupFD int #51246
  395. pkg syscall (linux-amd64), type SysProcAttr struct, UseCgroupFD bool #51246
  396. pkg syscall (linux-arm-cgo), const CLONE_CLEAR_SIGHAND = 4294967296 #51246
  397. pkg syscall (linux-arm-cgo), const CLONE_CLEAR_SIGHAND ideal-int #51246
  398. pkg syscall (linux-arm-cgo), const CLONE_INTO_CGROUP = 8589934592 #51246
  399. pkg syscall (linux-arm-cgo), const CLONE_INTO_CGROUP ideal-int #51246
  400. pkg syscall (linux-arm-cgo), const CLONE_NEWCGROUP = 33554432 #51246
  401. pkg syscall (linux-arm-cgo), const CLONE_NEWCGROUP ideal-int #51246
  402. pkg syscall (linux-arm-cgo), const CLONE_NEWTIME = 128 #51246
  403. pkg syscall (linux-arm-cgo), const CLONE_NEWTIME ideal-int #51246
  404. pkg syscall (linux-arm-cgo), const CLONE_PIDFD = 4096 #51246
  405. pkg syscall (linux-arm-cgo), const CLONE_PIDFD ideal-int #51246
  406. pkg syscall (linux-arm-cgo), type SysProcAttr struct, CgroupFD int #51246
  407. pkg syscall (linux-arm-cgo), type SysProcAttr struct, UseCgroupFD bool #51246
  408. pkg syscall (linux-arm), const CLONE_CLEAR_SIGHAND = 4294967296 #51246
  409. pkg syscall (linux-arm), const CLONE_CLEAR_SIGHAND ideal-int #51246
  410. pkg syscall (linux-arm), const CLONE_INTO_CGROUP = 8589934592 #51246
  411. pkg syscall (linux-arm), const CLONE_INTO_CGROUP ideal-int #51246
  412. pkg syscall (linux-arm), const CLONE_NEWCGROUP = 33554432 #51246
  413. pkg syscall (linux-arm), const CLONE_NEWCGROUP ideal-int #51246
  414. pkg syscall (linux-arm), const CLONE_NEWTIME = 128 #51246
  415. pkg syscall (linux-arm), const CLONE_NEWTIME ideal-int #51246
  416. pkg syscall (linux-arm), const CLONE_PIDFD = 4096 #51246
  417. pkg syscall (linux-arm), const CLONE_PIDFD ideal-int #51246
  418. pkg syscall (linux-arm), type SysProcAttr struct, CgroupFD int #51246
  419. pkg syscall (linux-arm), type SysProcAttr struct, UseCgroupFD bool #51246
  420. pkg testing, method (*B) Elapsed() time.Duration #43620
  421. pkg time, const DateOnly = "2006-01-02" #52746
  422. pkg time, const DateOnly ideal-string #52746
  423. pkg time, const DateTime = "2006-01-02 15:04:05" #52746
  424. pkg time, const DateTime ideal-string #52746
  425. pkg time, const TimeOnly = "15:04:05" #52746
  426. pkg time, const TimeOnly ideal-string #52746
  427. pkg time, method (Time) Compare(Time) int #50770
  428. pkg unicode/utf16, func AppendRune([]uint16, int32) []uint16 #51896