@@ -236,6 +236,12 @@ var stdlib = map[string]string{
236
236
"binary.Uvarint" : "encoding/binary" ,
237
237
"binary.Varint" : "encoding/binary" ,
238
238
"binary.Write" : "encoding/binary" ,
239
+ "bits.Add" : "math/bits" ,
240
+ "bits.Add32" : "math/bits" ,
241
+ "bits.Add64" : "math/bits" ,
242
+ "bits.Div" : "math/bits" ,
243
+ "bits.Div32" : "math/bits" ,
244
+ "bits.Div64" : "math/bits" ,
239
245
"bits.LeadingZeros" : "math/bits" ,
240
246
"bits.LeadingZeros16" : "math/bits" ,
241
247
"bits.LeadingZeros32" : "math/bits" ,
@@ -246,6 +252,9 @@ var stdlib = map[string]string{
246
252
"bits.Len32" : "math/bits" ,
247
253
"bits.Len64" : "math/bits" ,
248
254
"bits.Len8" : "math/bits" ,
255
+ "bits.Mul" : "math/bits" ,
256
+ "bits.Mul32" : "math/bits" ,
257
+ "bits.Mul64" : "math/bits" ,
249
258
"bits.OnesCount" : "math/bits" ,
250
259
"bits.OnesCount16" : "math/bits" ,
251
260
"bits.OnesCount32" : "math/bits" ,
@@ -265,6 +274,9 @@ var stdlib = map[string]string{
265
274
"bits.RotateLeft32" : "math/bits" ,
266
275
"bits.RotateLeft64" : "math/bits" ,
267
276
"bits.RotateLeft8" : "math/bits" ,
277
+ "bits.Sub" : "math/bits" ,
278
+ "bits.Sub32" : "math/bits" ,
279
+ "bits.Sub64" : "math/bits" ,
268
280
"bits.TrailingZeros" : "math/bits" ,
269
281
"bits.TrailingZeros16" : "math/bits" ,
270
282
"bits.TrailingZeros32" : "math/bits" ,
@@ -341,6 +353,7 @@ var stdlib = map[string]string{
341
353
"bytes.Reader" : "bytes" ,
342
354
"bytes.Repeat" : "bytes" ,
343
355
"bytes.Replace" : "bytes" ,
356
+ "bytes.ReplaceAll" : "bytes" ,
344
357
"bytes.Runes" : "bytes" ,
345
358
"bytes.Split" : "bytes" ,
346
359
"bytes.SplitAfter" : "bytes" ,
@@ -550,9 +563,12 @@ var stdlib = map[string]string{
550
563
"csv.ParseError" : "encoding/csv" ,
551
564
"csv.Reader" : "encoding/csv" ,
552
565
"csv.Writer" : "encoding/csv" ,
566
+ "debug.BuildInfo" : "runtime/debug" ,
553
567
"debug.FreeOSMemory" : "runtime/debug" ,
554
568
"debug.GCStats" : "runtime/debug" ,
569
+ "debug.Module" : "runtime/debug" ,
555
570
"debug.PrintStack" : "runtime/debug" ,
571
+ "debug.ReadBuildInfo" : "runtime/debug" ,
556
572
"debug.ReadGCStats" : "runtime/debug" ,
557
573
"debug.SetGCPercent" : "runtime/debug" ,
558
574
"debug.SetMaxStack" : "runtime/debug" ,
@@ -577,6 +593,7 @@ var stdlib = map[string]string{
577
593
"doc.New" : "go/doc" ,
578
594
"doc.Note" : "go/doc" ,
579
595
"doc.Package" : "go/doc" ,
596
+ "doc.PreserveAST" : "go/doc" ,
580
597
"doc.Synopsis" : "go/doc" ,
581
598
"doc.ToHTML" : "go/doc" ,
582
599
"doc.ToText" : "go/doc" ,
@@ -1817,6 +1834,7 @@ var stdlib = map[string]string{
1817
1834
"elf.R_PPC_UADDR32" : "debug/elf" ,
1818
1835
"elf.R_RISCV" : "debug/elf" ,
1819
1836
"elf.R_RISCV_32" : "debug/elf" ,
1837
+ "elf.R_RISCV_32_PCREL" : "debug/elf" ,
1820
1838
"elf.R_RISCV_64" : "debug/elf" ,
1821
1839
"elf.R_RISCV_ADD16" : "debug/elf" ,
1822
1840
"elf.R_RISCV_ADD32" : "debug/elf" ,
@@ -2446,6 +2464,7 @@ var stdlib = map[string]string{
2446
2464
"http.StatusTeapot" : "net/http" ,
2447
2465
"http.StatusTemporaryRedirect" : "net/http" ,
2448
2466
"http.StatusText" : "net/http" ,
2467
+ "http.StatusTooEarly" : "net/http" ,
2449
2468
"http.StatusTooManyRequests" : "net/http" ,
2450
2469
"http.StatusUnauthorized" : "net/http" ,
2451
2470
"http.StatusUnavailableForLegalReasons" : "net/http" ,
@@ -2543,6 +2562,7 @@ var stdlib = map[string]string{
2543
2562
"image.ZR" : "image" ,
2544
2563
"importer.Default" : "go/importer" ,
2545
2564
"importer.For" : "go/importer" ,
2565
+ "importer.ForCompiler" : "go/importer" ,
2546
2566
"importer.Lookup" : "go/importer" ,
2547
2567
"io.ByteReader" : "io" ,
2548
2568
"io.ByteScanner" : "io" ,
@@ -2582,6 +2602,7 @@ var stdlib = map[string]string{
2582
2602
"io.SeekEnd" : "io" ,
2583
2603
"io.SeekStart" : "io" ,
2584
2604
"io.Seeker" : "io" ,
2605
+ "io.StringWriter" : "io" ,
2585
2606
"io.TeeReader" : "io" ,
2586
2607
"io.WriteCloser" : "io" ,
2587
2608
"io.WriteSeeker" : "io" ,
@@ -3141,6 +3162,7 @@ var stdlib = map[string]string{
3141
3162
"os.Truncate" : "os" ,
3142
3163
"os.Unsetenv" : "os" ,
3143
3164
"os.UserCacheDir" : "os" ,
3165
+ "os.UserHomeDir" : "os" ,
3144
3166
"palette.Plan9" : "image/color/palette" ,
3145
3167
"palette.WebSafe" : "image/color/palette" ,
3146
3168
"parse.ActionNode" : "text/template/parse" ,
@@ -3234,6 +3256,7 @@ var stdlib = map[string]string{
3234
3256
"pe.IMAGE_FILE_MACHINE_AMD64" : "debug/pe" ,
3235
3257
"pe.IMAGE_FILE_MACHINE_ARM" : "debug/pe" ,
3236
3258
"pe.IMAGE_FILE_MACHINE_ARM64" : "debug/pe" ,
3259
+ "pe.IMAGE_FILE_MACHINE_ARMNT" : "debug/pe" ,
3237
3260
"pe.IMAGE_FILE_MACHINE_EBC" : "debug/pe" ,
3238
3261
"pe.IMAGE_FILE_MACHINE_I386" : "debug/pe" ,
3239
3262
"pe.IMAGE_FILE_MACHINE_IA64" : "debug/pe" ,
@@ -3402,6 +3425,7 @@ var stdlib = map[string]string{
3402
3425
"reflect.MakeMapWithSize" : "reflect" ,
3403
3426
"reflect.MakeSlice" : "reflect" ,
3404
3427
"reflect.Map" : "reflect" ,
3428
+ "reflect.MapIter" : "reflect" ,
3405
3429
"reflect.MapOf" : "reflect" ,
3406
3430
"reflect.Method" : "reflect" ,
3407
3431
"reflect.New" : "reflect" ,
@@ -3724,6 +3748,7 @@ var stdlib = map[string]string{
3724
3748
"strings.Reader" : "strings" ,
3725
3749
"strings.Repeat" : "strings" ,
3726
3750
"strings.Replace" : "strings" ,
3751
+ "strings.ReplaceAll" : "strings" ,
3727
3752
"strings.Replacer" : "strings" ,
3728
3753
"strings.Split" : "strings" ,
3729
3754
"strings.SplitAfter" : "strings" ,
@@ -4090,6 +4115,9 @@ var stdlib = map[string]string{
4090
4115
"tls.RequireAnyClientCert" : "crypto/tls" ,
4091
4116
"tls.Server" : "crypto/tls" ,
4092
4117
"tls.SignatureScheme" : "crypto/tls" ,
4118
+ "tls.TLS_AES_128_GCM_SHA256" : "crypto/tls" ,
4119
+ "tls.TLS_AES_256_GCM_SHA384" : "crypto/tls" ,
4120
+ "tls.TLS_CHACHA20_POLY1305_SHA256" : "crypto/tls" ,
4093
4121
"tls.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA" : "crypto/tls" ,
4094
4122
"tls.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256" : "crypto/tls" ,
4095
4123
"tls.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256" : "crypto/tls" ,
@@ -4118,6 +4146,7 @@ var stdlib = map[string]string{
4118
4146
"tls.VersionTLS10" : "crypto/tls" ,
4119
4147
"tls.VersionTLS11" : "crypto/tls" ,
4120
4148
"tls.VersionTLS12" : "crypto/tls" ,
4149
+ "tls.VersionTLS13" : "crypto/tls" ,
4121
4150
"tls.X25519" : "crypto/tls" ,
4122
4151
"tls.X509KeyPair" : "crypto/tls" ,
4123
4152
"token.ADD" : "go/token" ,
0 commit comments