@@ -23,6 +23,8 @@ var stdlib = map[string]string{
2323 "asn1.Enumerated" : "encoding/asn1" ,
2424 "asn1.Flag" : "encoding/asn1" ,
2525 "asn1.Marshal" : "encoding/asn1" ,
26+ "asn1.NullBytes" : "encoding/asn1" ,
27+ "asn1.NullRawValue" : "encoding/asn1" ,
2628 "asn1.ObjectIdentifier" : "encoding/asn1" ,
2729 "asn1.RawContent" : "encoding/asn1" ,
2830 "asn1.RawValue" : "encoding/asn1" ,
@@ -35,6 +37,7 @@ var stdlib = map[string]string{
3537 "asn1.TagGeneralizedTime" : "encoding/asn1" ,
3638 "asn1.TagIA5String" : "encoding/asn1" ,
3739 "asn1.TagInteger" : "encoding/asn1" ,
40+ "asn1.TagNull" : "encoding/asn1" ,
3841 "asn1.TagOID" : "encoding/asn1" ,
3942 "asn1.TagOctetString" : "encoding/asn1" ,
4043 "asn1.TagPrintableString" : "encoding/asn1" ,
@@ -177,7 +180,9 @@ var stdlib = map[string]string{
177180 "base32.NewDecoder" : "encoding/base32" ,
178181 "base32.NewEncoder" : "encoding/base32" ,
179182 "base32.NewEncoding" : "encoding/base32" ,
183+ "base32.NoPadding" : "encoding/base32" ,
180184 "base32.StdEncoding" : "encoding/base32" ,
185+ "base32.StdPadding" : "encoding/base32" ,
181186 "base64.CorruptInputError" : "encoding/base64" ,
182187 "base64.Encoding" : "encoding/base64" ,
183188 "base64.NewDecoder" : "encoding/base64" ,
@@ -229,6 +234,41 @@ var stdlib = map[string]string{
229234 "binary.Uvarint" : "encoding/binary" ,
230235 "binary.Varint" : "encoding/binary" ,
231236 "binary.Write" : "encoding/binary" ,
237+ "bits.LeadingZeros" : "math/bits" ,
238+ "bits.LeadingZeros16" : "math/bits" ,
239+ "bits.LeadingZeros32" : "math/bits" ,
240+ "bits.LeadingZeros64" : "math/bits" ,
241+ "bits.LeadingZeros8" : "math/bits" ,
242+ "bits.Len" : "math/bits" ,
243+ "bits.Len16" : "math/bits" ,
244+ "bits.Len32" : "math/bits" ,
245+ "bits.Len64" : "math/bits" ,
246+ "bits.Len8" : "math/bits" ,
247+ "bits.OnesCount" : "math/bits" ,
248+ "bits.OnesCount16" : "math/bits" ,
249+ "bits.OnesCount32" : "math/bits" ,
250+ "bits.OnesCount64" : "math/bits" ,
251+ "bits.OnesCount8" : "math/bits" ,
252+ "bits.Reverse" : "math/bits" ,
253+ "bits.Reverse16" : "math/bits" ,
254+ "bits.Reverse32" : "math/bits" ,
255+ "bits.Reverse64" : "math/bits" ,
256+ "bits.Reverse8" : "math/bits" ,
257+ "bits.ReverseBytes" : "math/bits" ,
258+ "bits.ReverseBytes16" : "math/bits" ,
259+ "bits.ReverseBytes32" : "math/bits" ,
260+ "bits.ReverseBytes64" : "math/bits" ,
261+ "bits.RotateLeft" : "math/bits" ,
262+ "bits.RotateLeft16" : "math/bits" ,
263+ "bits.RotateLeft32" : "math/bits" ,
264+ "bits.RotateLeft64" : "math/bits" ,
265+ "bits.RotateLeft8" : "math/bits" ,
266+ "bits.TrailingZeros" : "math/bits" ,
267+ "bits.TrailingZeros16" : "math/bits" ,
268+ "bits.TrailingZeros32" : "math/bits" ,
269+ "bits.TrailingZeros64" : "math/bits" ,
270+ "bits.TrailingZeros8" : "math/bits" ,
271+ "bits.UintSize" : "math/bits" ,
232272 "bufio.ErrAdvanceTooFar" : "bufio" ,
233273 "bufio.ErrBufferFull" : "bufio" ,
234274 "bufio.ErrFinalToken" : "bufio" ,
@@ -471,6 +511,10 @@ var stdlib = map[string]string{
471511 "crc64.Size" : "hash/crc64" ,
472512 "crc64.Table" : "hash/crc64" ,
473513 "crc64.Update" : "hash/crc64" ,
514+ "crypto.BLAKE2b_256" : "crypto" ,
515+ "crypto.BLAKE2b_384" : "crypto" ,
516+ "crypto.BLAKE2b_512" : "crypto" ,
517+ "crypto.BLAKE2s_256" : "crypto" ,
474518 "crypto.Decrypter" : "crypto" ,
475519 "crypto.DecrypterOpts" : "crypto" ,
476520 "crypto.Hash" : "crypto" ,
@@ -552,6 +596,7 @@ var stdlib = map[string]string{
552596 "driver.DefaultParameterConverter" : "database/sql/driver" ,
553597 "driver.Driver" : "database/sql/driver" ,
554598 "driver.ErrBadConn" : "database/sql/driver" ,
599+ "driver.ErrRemoveArgument" : "database/sql/driver" ,
555600 "driver.ErrSkip" : "database/sql/driver" ,
556601 "driver.Execer" : "database/sql/driver" ,
557602 "driver.ExecerContext" : "database/sql/driver" ,
@@ -560,6 +605,7 @@ var stdlib = map[string]string{
560605 "driver.IsValue" : "database/sql/driver" ,
561606 "driver.IsolationLevel" : "database/sql/driver" ,
562607 "driver.NamedValue" : "database/sql/driver" ,
608+ "driver.NamedValueChecker" : "database/sql/driver" ,
563609 "driver.NotNull" : "database/sql/driver" ,
564610 "driver.Null" : "database/sql/driver" ,
565611 "driver.Pinger" : "database/sql/driver" ,
@@ -1690,6 +1736,7 @@ var stdlib = map[string]string{
16901736 "expvar.Var" : "expvar" ,
16911737 "fcgi.ErrConnClosed" : "net/http/fcgi" ,
16921738 "fcgi.ErrRequestAborted" : "net/http/fcgi" ,
1739+ "fcgi.ProcessEnv" : "net/http/fcgi" ,
16931740 "fcgi.Serve" : "net/http/fcgi" ,
16941741 "filepath.Abs" : "path/filepath" ,
16951742 "filepath.Base" : "path/filepath" ,
@@ -1796,6 +1843,8 @@ var stdlib = map[string]string{
17961843 "fmt.Sscanln" : "fmt" ,
17971844 "fmt.State" : "fmt" ,
17981845 "fmt.Stringer" : "fmt" ,
1846+ "fnv.New128" : "hash/fnv" ,
1847+ "fnv.New128a" : "hash/fnv" ,
17991848 "fnv.New32" : "hash/fnv" ,
18001849 "fnv.New32a" : "hash/fnv" ,
18011850 "fnv.New64" : "hash/fnv" ,
@@ -1954,6 +2003,7 @@ var stdlib = map[string]string{
19542003 "http.ServeContent" : "net/http" ,
19552004 "http.ServeFile" : "net/http" ,
19562005 "http.ServeMux" : "net/http" ,
2006+ "http.ServeTLS" : "net/http" ,
19572007 "http.Server" : "net/http" ,
19582008 "http.ServerContextKey" : "net/http" ,
19592009 "http.SetCookie" : "net/http" ,
@@ -2218,6 +2268,7 @@ var stdlib = map[string]string{
22182268 "json.Unmarshaler" : "encoding/json" ,
22192269 "json.UnsupportedTypeError" : "encoding/json" ,
22202270 "json.UnsupportedValueError" : "encoding/json" ,
2271+ "json.Valid" : "encoding/json" ,
22212272 "jsonrpc.Dial" : "net/rpc/jsonrpc" ,
22222273 "jsonrpc.NewClient" : "net/rpc/jsonrpc" ,
22232274 "jsonrpc.NewClientCodec" : "net/rpc/jsonrpc" ,
@@ -2415,13 +2466,15 @@ var stdlib = map[string]string{
24152466 "md5.Sum" : "crypto/md5" ,
24162467 "mime.AddExtensionType" : "mime" ,
24172468 "mime.BEncoding" : "mime" ,
2469+ "mime.ErrInvalidMediaParameter" : "mime" ,
24182470 "mime.ExtensionsByType" : "mime" ,
24192471 "mime.FormatMediaType" : "mime" ,
24202472 "mime.ParseMediaType" : "mime" ,
24212473 "mime.QEncoding" : "mime" ,
24222474 "mime.TypeByExtension" : "mime" ,
24232475 "mime.WordDecoder" : "mime" ,
24242476 "mime.WordEncoder" : "mime" ,
2477+ "multipart.ErrMessageTooLarge" : "mime/multipart" ,
24252478 "multipart.File" : "mime/multipart" ,
24262479 "multipart.FileHeader" : "mime/multipart" ,
24272480 "multipart.Form" : "mime/multipart" ,
@@ -2766,20 +2819,29 @@ var stdlib = map[string]string{
27662819 "png.DefaultCompression" : "image/png" ,
27672820 "png.Encode" : "image/png" ,
27682821 "png.Encoder" : "image/png" ,
2822+ "png.EncoderBuffer" : "image/png" ,
2823+ "png.EncoderBufferPool" : "image/png" ,
27692824 "png.FormatError" : "image/png" ,
27702825 "png.NoCompression" : "image/png" ,
27712826 "png.UnsupportedError" : "image/png" ,
27722827 "pprof.Cmdline" : "net/http/pprof" ,
2828+ "pprof.Do" : "runtime/pprof" ,
2829+ "pprof.ForLabels" : "runtime/pprof" ,
27732830 "pprof.Handler" : "net/http/pprof" ,
27742831 "pprof.Index" : "net/http/pprof" ,
2832+ "pprof.Label" : "runtime/pprof" ,
2833+ "pprof.LabelSet" : "runtime/pprof" ,
2834+ "pprof.Labels" : "runtime/pprof" ,
27752835 "pprof.Lookup" : "runtime/pprof" ,
27762836 "pprof.NewProfile" : "runtime/pprof" ,
27772837 // "pprof.Profile" is ambiguous
27782838 "pprof.Profiles" : "runtime/pprof" ,
2839+ "pprof.SetGoroutineLabels" : "runtime/pprof" ,
27792840 "pprof.StartCPUProfile" : "runtime/pprof" ,
27802841 "pprof.StopCPUProfile" : "runtime/pprof" ,
27812842 "pprof.Symbol" : "net/http/pprof" ,
27822843 "pprof.Trace" : "net/http/pprof" ,
2844+ "pprof.WithLabels" : "runtime/pprof" ,
27832845 "pprof.WriteHeapProfile" : "runtime/pprof" ,
27842846 "printer.CommentedNode" : "go/printer" ,
27852847 "printer.Config" : "go/printer" ,
@@ -2857,6 +2919,7 @@ var stdlib = map[string]string{
28572919 "reflect.MakeChan" : "reflect" ,
28582920 "reflect.MakeFunc" : "reflect" ,
28592921 "reflect.MakeMap" : "reflect" ,
2922+ "reflect.MakeMapWithSize" : "reflect" ,
28602923 "reflect.MakeSlice" : "reflect" ,
28612924 "reflect.Map" : "reflect" ,
28622925 "reflect.MapOf" : "reflect" ,
@@ -3084,9 +3147,11 @@ var stdlib = map[string]string{
30843147 "sort.Strings" : "sort" ,
30853148 "sort.StringsAreSorted" : "sort" ,
30863149 "sql.ColumnType" : "database/sql" ,
3150+ "sql.Conn" : "database/sql" ,
30873151 "sql.DB" : "database/sql" ,
30883152 "sql.DBStats" : "database/sql" ,
30893153 "sql.Drivers" : "database/sql" ,
3154+ "sql.ErrConnDone" : "database/sql" ,
30903155 "sql.ErrNoRows" : "database/sql" ,
30913156 "sql.ErrTxDone" : "database/sql" ,
30923157 "sql.IsolationLevel" : "database/sql" ,
@@ -3105,6 +3170,7 @@ var stdlib = map[string]string{
31053170 "sql.NullInt64" : "database/sql" ,
31063171 "sql.NullString" : "database/sql" ,
31073172 "sql.Open" : "database/sql" ,
3173+ "sql.Out" : "database/sql" ,
31083174 "sql.RawBytes" : "database/sql" ,
31093175 "sql.Register" : "database/sql" ,
31103176 "sql.Result" : "database/sql" ,
@@ -3206,6 +3272,7 @@ var stdlib = map[string]string{
32063272 "suffixarray.New" : "index/suffixarray" ,
32073273 "sync.Cond" : "sync" ,
32083274 "sync.Locker" : "sync" ,
3275+ "sync.Map" : "sync" ,
32093276 "sync.Mutex" : "sync" ,
32103277 "sync.NewCond" : "sync" ,
32113278 "sync.Once" : "sync" ,
@@ -3363,6 +3430,7 @@ var stdlib = map[string]string{
33633430 "template.ErrOutputContext" : "html/template" ,
33643431 "template.ErrPartialCharset" : "html/template" ,
33653432 "template.ErrPartialEscape" : "html/template" ,
3433+ "template.ErrPredefinedEscaper" : "html/template" ,
33663434 "template.ErrRangeLoopReentry" : "html/template" ,
33673435 "template.ErrSlashAmbig" : "html/template" ,
33683436 "template.Error" : "html/template" ,
@@ -3756,6 +3824,7 @@ var stdlib = map[string]string{
37563824 "types.SendRecv" : "go/types" ,
37573825 "types.Signature" : "go/types" ,
37583826 "types.Sizes" : "go/types" ,
3827+ "types.SizesFor" : "go/types" ,
37593828 "types.Slice" : "go/types" ,
37603829 "types.StdSizes" : "go/types" ,
37613830 "types.String" : "go/types" ,
0 commit comments