aboutsummaryrefslogtreecommitdiff
path: root/api/go1.6.txt
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2015-12-18 15:50:43 -0500
committerRuss Cox <rsc@golang.org>2015-12-29 15:20:51 +0000
commitacc150013924d6532ffb47e0e79d6d52af170777 (patch)
tree65769c7d56713809183b0ac79b282dc3667067be /api/go1.6.txt
parentf70f277875a249dd5dace4ec5a320bc8811534e8 (diff)
downloadgo-acc150013924d6532ffb47e0e79d6d52af170777.tar.gz
go-acc150013924d6532ffb47e0e79d6d52af170777.zip
api/go1.6.txt: add debug.SetTraceback, build.Package.InvalidGoFiles
Change-Id: Ib00e866e29681631f6fa3a14e7d81c25fc3c8500 Reviewed-on: https://go-review.googlesource.com/18052 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'api/go1.6.txt')
-rw-r--r--api/go1.6.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/go1.6.txt b/api/go1.6.txt
index cdf47ed728..8652ba3efb 100644
--- a/api/go1.6.txt
+++ b/api/go1.6.txt
@@ -180,6 +180,7 @@ pkg encoding/asn1, const TagUTF8String = 12
pkg encoding/asn1, const TagUTF8String ideal-int
pkg go/build, const AllowVendor = 8
pkg go/build, const AllowVendor ImportMode
+pkg go/build, type Package struct, InvalidGoFiles []string
pkg go/constant, func ToComplex(Value) Value
pkg go/constant, func ToFloat(Value) Value
pkg go/constant, func ToInt(Value) Value
@@ -254,6 +255,7 @@ pkg net/url, method (InvalidHostError) Error() string
pkg net/url, type InvalidHostError string
pkg os/exec, type ExitError struct, Stderr []uint8
pkg regexp, method (*Regexp) Copy() *Regexp
+pkg runtime/debug, func SetTraceback(string)
pkg strconv, func AppendQuoteRuneToGraphic([]uint8, int32) []uint8
pkg strconv, func AppendQuoteToGraphic([]uint8, string) []uint8
pkg strconv, func IsGraphic(int32) bool