From 0e54d28ff7ff63450356811b675a02e0afe610d6 Mon Sep 17 00:00:00 2001 From: Damien Neil Date: Fri, 2 Aug 2019 09:09:27 -0700 Subject: 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 Run-TryBot: Damien Neil TryBot-Result: Gobot Gobot --- api/go1.13.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'api') 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 -- cgit v1.2.3-54-g00ecf