Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
1ca529c6
Commit
1ca529c6
authored
Mar 06, 2013
by
Brad Fitzpatrick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api: update next.txt
R=golang-dev, r CC=golang-dev
https://golang.org/cl/7518044
parent
5f07125c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
api/next.txt
api/next.txt
+15
-0
No files found.
api/next.txt
View file @
1ca529c6
...
...
@@ -552,11 +552,21 @@ pkg net, var UDP DialOption
pkg net/http, func ParseTime(string) (time.Time, error)
pkg net/http, method (*Request) PostFormValue(string) string
pkg net/http, method (*ServeMux) Handler(*Request) (Handler, string)
pkg net/http, method (*Transport) CancelRequest(*Request)
pkg net/http, type CloseNotifier interface { CloseNotify }
pkg net/http, type CloseNotifier interface, CloseNotify() <-chan bool
pkg net/http, type Request struct, PostForm url.Values
pkg net/http, type Server struct, TLSNextProto map[string]func(*Server, *tls.Conn, Handler)
pkg net/http, type Transport struct, ResponseHeaderTimeout time.Duration
pkg net/http/cookiejar, func New(*Options) (*Jar, error)
pkg net/http/cookiejar, method (*Jar) Cookies(*url.URL) []*http.Cookie
pkg net/http/cookiejar, method (*Jar) SetCookies(*url.URL, []*http.Cookie)
pkg net/http/cookiejar, type Jar struct
pkg net/http/cookiejar, type Options struct
pkg net/http/cookiejar, type Options struct, PublicSuffixList PublicSuffixList
pkg net/http/cookiejar, type PublicSuffixList interface { PublicSuffix, String }
pkg net/http/cookiejar, type PublicSuffixList interface, PublicSuffix(string) string
pkg net/http/cookiejar, type PublicSuffixList interface, String() string
pkg net/mail, func ParseAddress(string) (*Address, error)
pkg net/mail, func ParseAddressList(string) ([]*Address, error)
pkg net/smtp, method (*Client) Hello(string) error
...
...
@@ -1058,6 +1068,7 @@ pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Version uint8
pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, What uint16
pkg syscall (freebsd-amd64), type InterfaceAnnounceMessage struct
pkg syscall (freebsd-amd64), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr
pkg syscall (linux-386), const MSG_FASTOPEN ideal-int
pkg syscall (linux-386), const RTNLGRP_IPV4_IFADDR ideal-int
pkg syscall (linux-386), const RTNLGRP_IPV4_MROUTE ideal-int
pkg syscall (linux-386), const RTNLGRP_IPV4_ROUTE ideal-int
...
...
@@ -1117,6 +1128,7 @@ pkg syscall (linux-386), type TCPInfo struct, Snd_ssthresh uint32
pkg syscall (linux-386), type TCPInfo struct, State uint8
pkg syscall (linux-386), type TCPInfo struct, Total_retrans uint32
pkg syscall (linux-386), type TCPInfo struct, Unacked uint32
pkg syscall (linux-386-cgo), const MSG_FASTOPEN ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_IFADDR ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_MROUTE ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_ROUTE ideal-int
...
...
@@ -1176,6 +1188,7 @@ pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_ssthresh uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, State uint8
pkg syscall (linux-386-cgo), type TCPInfo struct, Total_retrans uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Unacked uint32
pkg syscall (linux-amd64), const MSG_FASTOPEN ideal-int
pkg syscall (linux-amd64), const RTNLGRP_IPV4_IFADDR ideal-int
pkg syscall (linux-amd64), const RTNLGRP_IPV4_MROUTE ideal-int
pkg syscall (linux-amd64), const RTNLGRP_IPV4_ROUTE ideal-int
...
...
@@ -1235,6 +1248,7 @@ pkg syscall (linux-amd64), type TCPInfo struct, Snd_ssthresh uint32
pkg syscall (linux-amd64), type TCPInfo struct, State uint8
pkg syscall (linux-amd64), type TCPInfo struct, Total_retrans uint32
pkg syscall (linux-amd64), type TCPInfo struct, Unacked uint32
pkg syscall (linux-amd64-cgo), const MSG_FASTOPEN ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_IFADDR ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_MROUTE ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_ROUTE ideal-int
...
...
@@ -1294,6 +1308,7 @@ pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_ssthresh uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, State uint8
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Total_retrans uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Unacked uint32
pkg syscall (linux-arm), const MSG_FASTOPEN ideal-int
pkg syscall (linux-arm), const RTNLGRP_IPV4_IFADDR ideal-int
pkg syscall (linux-arm), const RTNLGRP_IPV4_MROUTE ideal-int
pkg syscall (linux-arm), const RTNLGRP_IPV4_ROUTE ideal-int
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment