Skip to content

Commit d7ae8b3

Browse files
committed
api: update next.txt
Change-Id: I04da6a56382d3bd96e3c849a022618553039b2db Reviewed-on: https://go-review.googlesource.com/23651 Reviewed-by: Chris Broadfoot <[email protected]>
1 parent 2a8c81f commit d7ae8b3

File tree

1 file changed

+33
-6
lines changed

1 file changed

+33
-6
lines changed

api/next.txt

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,37 @@ pkg io, const SeekStart ideal-int
170170
pkg math/big, method (*Float) GobDecode([]uint8) error
171171
pkg math/big, method (*Float) GobEncode() ([]uint8, error)
172172
pkg net, method (*Dialer) DialContext(context.Context, string, string) (Conn, error)
173+
pkg net/http, const StatusAlreadyReported = 208
174+
pkg net/http, const StatusAlreadyReported ideal-int
175+
pkg net/http, const StatusFailedDependency = 424
176+
pkg net/http, const StatusFailedDependency ideal-int
177+
pkg net/http, const StatusIMUsed = 226
178+
pkg net/http, const StatusIMUsed ideal-int
179+
pkg net/http, const StatusInsufficientStorage = 507
180+
pkg net/http, const StatusInsufficientStorage ideal-int
181+
pkg net/http, const StatusLocked = 423
182+
pkg net/http, const StatusLocked ideal-int
183+
pkg net/http, const StatusLoopDetected = 508
184+
pkg net/http, const StatusLoopDetected ideal-int
185+
pkg net/http, const StatusMultiStatus = 207
186+
pkg net/http, const StatusMultiStatus ideal-int
187+
pkg net/http, const StatusNotExtended = 510
188+
pkg net/http, const StatusNotExtended ideal-int
189+
pkg net/http, const StatusPermanentRedirect = 308
190+
pkg net/http, const StatusPermanentRedirect ideal-int
191+
pkg net/http, const StatusProcessing = 102
192+
pkg net/http, const StatusProcessing ideal-int
193+
pkg net/http, const StatusUnprocessableEntity = 422
194+
pkg net/http, const StatusUnprocessableEntity ideal-int
195+
pkg net/http, const StatusUpgradeRequired = 426
196+
pkg net/http, const StatusUpgradeRequired ideal-int
197+
pkg net/http, const StatusVariantAlsoNegotiates = 506
198+
pkg net/http, const StatusVariantAlsoNegotiates ideal-int
173199
pkg net/http, method (*Request) Context() context.Context
174200
pkg net/http, method (*Request) WithContext(context.Context) *Request
175201
pkg net/http, type Request struct, Response *Response
176202
pkg net/http, type Response struct, Uncompressed bool
203+
pkg net/http, type Transport struct, DialContext func(context.Context, string, string) (net.Conn, error)
177204
pkg net/http, type Transport struct, Dialer *net.Dialer
178205
pkg net/http, type Transport struct, IdleConnTimeout time.Duration
179206
pkg net/http, type Transport struct, MaxIdleConns int
@@ -240,12 +267,12 @@ pkg runtime, type Frame struct, Line int
240267
pkg runtime, type Frame struct, PC uintptr
241268
pkg runtime, type Frames struct
242269
pkg strings, method (*Reader) Reset(string)
243-
pkg syscall (linux-386), type SysProcAttr struct, Unshare uintptr
244-
pkg syscall (linux-386-cgo), type SysProcAttr struct, Unshare uintptr
245-
pkg syscall (linux-amd64), type SysProcAttr struct, Unshare uintptr
246-
pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Unshare uintptr
247-
pkg syscall (linux-arm), type SysProcAttr struct, Unshare uintptr
248-
pkg syscall (linux-arm-cgo), type SysProcAttr struct, Unshare uintptr
270+
pkg syscall (linux-386), type SysProcAttr struct, Unshareflags uintptr
271+
pkg syscall (linux-386-cgo), type SysProcAttr struct, Unshareflags uintptr
272+
pkg syscall (linux-amd64), type SysProcAttr struct, Unshareflags uintptr
273+
pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Unshareflags uintptr
274+
pkg syscall (linux-arm), type SysProcAttr struct, Unshareflags uintptr
275+
pkg syscall (linux-arm-cgo), type SysProcAttr struct, Unshareflags uintptr
249276
pkg testing, method (*B) Run(string, func(*B)) bool
250277
pkg testing, method (*T) Run(string, func(*T)) bool
251278
pkg testing, type InternalExample struct, Unordered bool

0 commit comments

Comments
 (0)