summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2016-12-21 03:24:08 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2016-12-21 05:25:57 +0000
commit09c411da1dd2c02c8f6ed5bc147ac779d55a2ce6 (patch)
tree8b449e3e80ef5512c6eab8dd0ba38f32c6563a70 /api
parent27fb26c77c0374ec1876223593078e4d6b98d4f0 (diff)
downloadgo-git-09c411da1dd2c02c8f6ed5bc147ac779d55a2ce6.tar.gz
Revert "cmd/go: note when some Go files were ignored on no-Go-files errors"
This reverts commit eee727d0855b9e78f9df87e08d57b1d7f264876c (https://golang.org/cl/29113) The " (.go files ignored due to build tags)" error message is not always accurate. Fixes #18396 Updates #17008 Change-Id: I609653120603a7f6094bc1dc3a83856f4b259241 Reviewed-on: https://go-review.googlesource.com/34662 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'api')
-rw-r--r--api/go1.8.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/go1.8.txt b/api/go1.8.txt
index 5e21b07d03..fca7e03c9f 100644
--- a/api/go1.8.txt
+++ b/api/go1.8.txt
@@ -176,7 +176,6 @@ pkg expvar, method (*Float) Value() float64
pkg expvar, method (Func) Value() interface{}
pkg expvar, method (*Int) Value() int64
pkg expvar, method (*String) Value() string
-pkg go/build, type NoGoError struct, Ignored bool
pkg go/doc, func IsPredeclared(string) bool
pkg go/types, func Default(Type) Type
pkg go/types, func IdenticalIgnoreTags(Type, Type) bool