Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0e00b44

Browse files
committedJul 30, 2015
api: update go1.5.txt
Fixes golang#11935 Change-Id: Ife00c246345f7d3f96aa95349a35e76671ca7160 Reviewed-on: https://go-review.googlesource.com/12769 Reviewed-by: Dave Cheney <[email protected]> Reviewed-by: Russ Cox <[email protected]>
1 parent ca6f7e4 commit 0e00b44

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎api/go1.5.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,11 @@ pkg encoding/base64, const StdPadding int32
278278
pkg encoding/base64, method (Encoding) WithPadding(int32) *Encoding
279279
pkg encoding/base64, var RawStdEncoding *Encoding
280280
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 {}
281286
pkg encoding/json, type UnmarshalTypeError struct, Offset int64
282287
pkg flag, func UnquoteUsage(*Flag) (string, string)
283288
pkg go/ast, type EmptyStmt struct, Implicit bool
@@ -874,6 +879,7 @@ pkg reflect, func FuncOf([]Type, []Type, bool) Type
874879
pkg runtime, func ReadTrace() []uint8
875880
pkg runtime, func StartTrace() error
876881
pkg runtime, func StopTrace()
882+
pkg runtime, type MemStats struct, GCCPUFraction float64
877883
pkg runtime/trace, func Start(io.Writer) error
878884
pkg runtime/trace, func Stop()
879885
pkg strings, func Compare(string, string) int

0 commit comments

Comments
 (0)
Please sign in to comment.