Skip to content

Commit

Permalink
api: remove os.File.Size and http.Transport.Dialer
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
adg committed Jun 2, 2016
1 parent d7ae8b3 commit 36358b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/next.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 36358b1

Please sign in to comment.