Skip to content

Commit 36358b1

Browse files
committed
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 <[email protected]>
1 parent d7ae8b3 commit 36358b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/next.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ pkg net/http, method (*Request) WithContext(context.Context) *Request
201201
pkg net/http, type Request struct, Response *Response
202202
pkg net/http, type Response struct, Uncompressed bool
203203
pkg net/http, type Transport struct, DialContext func(context.Context, string, string) (net.Conn, error)
204-
pkg net/http, type Transport struct, Dialer *net.Dialer
205204
pkg net/http, type Transport struct, IdleConnTimeout time.Duration
206205
pkg net/http, type Transport struct, MaxIdleConns int
207206
pkg net/http, type Transport struct, MaxResponseHeaderBytes int64
@@ -240,7 +239,6 @@ pkg net/http/httptrace, type GotConnInfo struct, WasIdle bool
240239
pkg net/http/httptrace, type WroteRequestInfo struct
241240
pkg net/http/httptrace, type WroteRequestInfo struct, Err error
242241
pkg net/url, type URL struct, ForceQuery bool
243-
pkg os, method (*File) Size() (int64, error)
244242
pkg os/exec, func CommandContext(context.Context, string, ...string) *Cmd
245243
pkg os/user, func LookupGroup(string) (*Group, error)
246244
pkg os/user, func LookupGroupId(string) (*Group, error)

0 commit comments

Comments
 (0)