@@ -278,6 +278,11 @@ pkg encoding/base64, const StdPadding int32
278
278
pkg encoding/base64, method (Encoding) WithPadding(int32) *Encoding
279
279
pkg encoding/base64, var RawStdEncoding *Encoding
280
280
pkg encoding/base64, var RawURLEncoding *Encoding
281
+ pkg encoding/json, method (*Decoder) More() bool
282
+ pkg encoding/json, method (*Decoder) Token() (Token, error)
283
+ pkg encoding/json, method (Delim) String() string
284
+ pkg encoding/json, type Delim int32
285
+ pkg encoding/json, type Token interface {}
281
286
pkg encoding/json, type UnmarshalTypeError struct, Offset int64
282
287
pkg flag, func UnquoteUsage(*Flag) (string, string)
283
288
pkg go/ast, type EmptyStmt struct, Implicit bool
@@ -874,6 +879,7 @@ pkg reflect, func FuncOf([]Type, []Type, bool) Type
874
879
pkg runtime, func ReadTrace() []uint8
875
880
pkg runtime, func StartTrace() error
876
881
pkg runtime, func StopTrace()
882
+ pkg runtime, type MemStats struct, GCCPUFraction float64
877
883
pkg runtime/trace, func Start(io.Writer) error
878
884
pkg runtime/trace, func Stop()
879
885
pkg strings, func Compare(string, string) int
0 commit comments