aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2016-06-02 09:59:06 +1000
committerAndrew Gerrand <adg@golang.org>2016-06-02 00:21:58 +0000
commit36358b16062fb419a4c78b3f03b24106cb057222 (patch)
tree58479f01dcaec7b7869c9dc45bc95588beb03a40
parentd7ae8b3c11b027721f0878caac0620ccb7f81048 (diff)
downloadgo-36358b16062fb419a4c78b3f03b24106cb057222.tar.gz
go-36358b16062fb419a4c78b3f03b24106cb057222.zip
api: remove os.File.Size and http.Transport.Dialer
This method and field were added and then later removed during the 1.7 development cycle. Change-Id: I0482a6356b91d2be67880b44ef5d8a1daab49ec8 Reviewed-on: https://go-review.googlesource.com/23670 Reviewed-by: Chris Broadfoot <cbro@golang.org>
-rw-r--r--api/next.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/api/next.txt b/api/next.txt
index ec3a2b14eb..35afa91136 100644
--- a/api/next.txt
+++ b/api/next.txt
@@ -201,7 +201,6 @@ pkg net/http, method (*Request) WithContext(context.Context) *Request
pkg net/http, type Request struct, Response *Response
pkg net/http, type Response struct, Uncompressed bool
pkg net/http, type Transport struct, DialContext func(context.Context, string, string) (net.Conn, error)
-pkg net/http, type Transport struct, Dialer *net.Dialer
pkg net/http, type Transport struct, IdleConnTimeout time.Duration
pkg net/http, type Transport struct, MaxIdleConns int
pkg net/http, type Transport struct, MaxResponseHeaderBytes int64
@@ -240,7 +239,6 @@ pkg net/http/httptrace, type GotConnInfo struct, WasIdle bool
pkg net/http/httptrace, type WroteRequestInfo struct
pkg net/http/httptrace, type WroteRequestInfo struct, Err error
pkg net/url, type URL struct, ForceQuery bool
-pkg os, method (*File) Size() (int64, error)
pkg os/exec, func CommandContext(context.Context, string, ...string) *Cmd
pkg os/user, func LookupGroup(string) (*Group, error)
pkg os/user, func LookupGroupId(string) (*Group, error)