aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorDamien Neil <dneil@google.com>2019-08-02 09:09:27 -0700
committerDamien Neil <dneil@google.com>2019-08-02 17:57:18 +0000
commit0e54d28ff7ff63450356811b675a02e0afe610d6 (patch)
tree9008bd7ffcf07a754137ce4a3a8ecf71a2332c14 /api
parent2d1a1e0a2a5d2be7614fa7ec9be7ec9ed72bc820 (diff)
downloadgo-0e54d28ff7ff63450356811b675a02e0afe610d6.tar.gz
go-0e54d28ff7ff63450356811b675a02e0afe610d6.zip
all: remove os.ErrTimeout
It is unclear whether the current definition of os.IsTimeout is desirable or not. Drop ErrTimeout for now so we can consider adding it (or some other error) in a future release with a corrected definition. Fixes #33411 Change-Id: I8b880da7d22afc343a08339eb5f0efd1075ecafe Reviewed-on: https://go-review.googlesource.com/c/go/+/188758 Reviewed-by: Russ Cox <rsc@golang.org> Run-TryBot: Damien Neil <dneil@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'api')
-rw-r--r--api/go1.13.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/api/go1.13.txt b/api/go1.13.txt
index a8e39ce8ea..d964d64019 100644
--- a/api/go1.13.txt
+++ b/api/go1.13.txt
@@ -209,8 +209,6 @@ pkg net/http, type Transport struct, ForceAttemptHTTP2 bool
pkg net/http, type Transport struct, ReadBufferSize int
pkg net/http, type Transport struct, WriteBufferSize int
pkg net, method (*DNSConfigError) Unwrap() error
-pkg net, method (*DNSError) Is(error) bool
-pkg net, method (*OpError) Is(error) bool
pkg net, method (*OpError) Unwrap() error
pkg net, type DNSError struct, IsNotFound bool
pkg net, type ListenConfig struct, KeepAlive time.Duration
@@ -237,7 +235,6 @@ pkg os (netbsd-arm64), const O_SYNC = 128
pkg os (netbsd-arm64), const O_TRUNC = 1024
pkg os (netbsd-arm64), const PathListSeparator = 58
pkg os (netbsd-arm64), const PathSeparator = 47
-pkg os, var ErrTimeout error
pkg path/filepath (netbsd-arm64-cgo), const ListSeparator = 58
pkg path/filepath (netbsd-arm64-cgo), const Separator = 47
pkg path/filepath (netbsd-arm64), const ListSeparator = 58