aboutsummaryrefslogtreecommitdiff
path: root/api/go1.6.txt
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2016-01-13 23:20:20 +0000
committerChris Broadfoot <cbro@golang.org>2016-01-13 23:40:13 +0000
commit66330d8c6c0a23b7eb48688f9954264e48b039da (patch)
tree84c58833a98e963c935f2f1c89d4e7a5a8d590e5 /api/go1.6.txt
parent8c9ef9dd0a4667611a3afb710a319ba088a754ec (diff)
downloadgo-66330d8c6c0a23b7eb48688f9954264e48b039da.tar.gz
go-66330d8c6c0a23b7eb48688f9954264e48b039da.zip
go/types: rename Importer2 to ImporterFromgo1.6beta2
Per https://groups.google.com/forum/#!topic/golang-dev/javNmryAh0I Change-Id: I08d7cbc94da4fc61c848f3dbee4637bf8fcfeb01 Reviewed-on: https://go-review.googlesource.com/18630 Reviewed-by: Alan Donovan <adonovan@google.com> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Chris Broadfoot <cbro@golang.org> Reviewed-by: Robert Griesemer <gri@golang.org>
Diffstat (limited to 'api/go1.6.txt')
-rw-r--r--api/go1.6.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/go1.6.txt b/api/go1.6.txt
index 109ce7a05c..d63efd0705 100644
--- a/api/go1.6.txt
+++ b/api/go1.6.txt
@@ -186,6 +186,10 @@ pkg go/constant, func ToFloat(Value) Value
pkg go/constant, func ToInt(Value) Value
pkg go/constant, type Value interface, ExactString() string
pkg go/types, method (*Package) SetName(string)
+pkg go/types, type ImportMode int
+pkg go/types, type ImporterFrom interface { Import, ImportFrom }
+pkg go/types, type ImporterFrom interface, Import(string) (*Package, error)
+pkg go/types, type ImporterFrom interface, ImportFrom(string, string, ImportMode) (*Package, error)
pkg html/template, func IsTrue(interface{}) (bool, bool)
pkg html/template, method (*Template) DefinedTemplates() string
pkg image, func NewNYCbCrA(Rectangle, YCbCrSubsampleRatio) *NYCbCrA