aboutsummaryrefslogtreecommitdiff
path: root/api/go1.5.txt
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2015-07-21 12:32:59 -0700
committerRobert Griesemer <gri@golang.org>2015-07-21 20:28:23 +0000
commit0505dfc637ac90bd4c21b794c96d915caee4397a (patch)
treedfdbadb6dd7f7bc064ebe5b9e1ccef3127d5fb62 /api/go1.5.txt
parent72921c663d7df47bfc9b78766366dbfaa55a0915 (diff)
downloadgo-0505dfc637ac90bd4c21b794c96d915caee4397a.tar.gz
go-0505dfc637ac90bd4c21b794c96d915caee4397a.zip
go/types: make types.Typ a slice, unexport UniverseByte/Rune
In lieu of the more invasive https://go-review.googlesource.com/#/c/12373/ . Change-Id: I0221783fcaa8af04520c80cd2993d7d542d2c431 Reviewed-on: https://go-review.googlesource.com/12486 Reviewed-by: Alan Donovan <adonovan@google.com> Run-TryBot: Robert Griesemer <gri@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'api/go1.5.txt')
-rw-r--r--api/go1.5.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/api/go1.5.txt b/api/go1.5.txt
index 69ffeee339..069a87649b 100644
--- a/api/go1.5.txt
+++ b/api/go1.5.txt
@@ -712,10 +712,8 @@ pkg go/types, type TypeAndValue struct, Type Type
pkg go/types, type TypeAndValue struct, Value constant.Value
pkg go/types, type TypeName struct
pkg go/types, type Var struct
-pkg go/types, var Typ [26]*Basic
+pkg go/types, var Typ []*Basic
pkg go/types, var Universe *Scope
-pkg go/types, var UniverseByte *Basic
-pkg go/types, var UniverseRune *Basic
pkg go/types, var Unsafe *Package
pkg html/template, method (*Template) Option(...string) *Template
pkg image, const YCbCrSubsampleRatio410 = 5