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
b1c45318
Commit
b1c45318
authored
Aug 05, 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/12490043
parent
d3066e47
Changes
1
Hide 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 @
b1c45318
pkg container/heap, func Fix(Interface, int)
pkg container/list, method (*List) MoveAfter(*Element, *Element)
pkg container/list, method (*List) MoveBefore(*Element, *Element)
pkg crypto, type PublicKey interface {}
pkg crypto/cipher, func NewGCM(Block) (AEAD, error)
pkg crypto/cipher, type AEAD interface { NonceSize, Open, Overhead, Seal }
pkg crypto/cipher, type AEAD interface, NonceSize() int
pkg crypto/cipher, type AEAD interface, Open([]uint8, []uint8, []uint8, []uint8) ([]uint8, error)
pkg crypto/cipher, type AEAD interface, Overhead() int
pkg crypto/cipher, type AEAD interface, Seal([]uint8, []uint8, []uint8, []uint8) []uint8
pkg crypto/md5, func Sum([]uint8) [Size]uint8
pkg crypto/rsa, const PSSSaltLengthAuto ideal-int
pkg crypto/rsa, const PSSSaltLengthEqualsHash ideal-int
...
...
@@ -760,6 +767,8 @@ pkg syscall (darwin-amd64-cgo), type ICMPv6Filter struct, Filt [8]uint32
pkg syscall (darwin-amd64-cgo), type IPv6MTUInfo struct
pkg syscall (darwin-amd64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6
pkg syscall (darwin-amd64-cgo), type IPv6MTUInfo struct, Mtu uint32
pkg syscall (freebsd-386), const F_DUP2FD_CLOEXEC ideal-int
pkg syscall (freebsd-386), const F_DUPFD_CLOEXEC ideal-int
pkg syscall (freebsd-386), const ICMP6_FILTER ideal-int
pkg syscall (freebsd-386), const PRIO_PGRP ideal-int
pkg syscall (freebsd-386), const PRIO_PROCESS ideal-int
...
...
@@ -1219,7 +1228,9 @@ pkg syscall (freebsd-386-cgo), const FD_SETSIZE ideal-int
pkg syscall (freebsd-386-cgo), const FLUSHO ideal-int
pkg syscall (freebsd-386-cgo), const F_CANCEL ideal-int
pkg syscall (freebsd-386-cgo), const F_DUP2FD ideal-int
pkg syscall (freebsd-386-cgo), const F_DUP2FD_CLOEXEC ideal-int
pkg syscall (freebsd-386-cgo), const F_DUPFD ideal-int
pkg syscall (freebsd-386-cgo), const F_DUPFD_CLOEXEC ideal-int
pkg syscall (freebsd-386-cgo), const F_GETFD ideal-int
pkg syscall (freebsd-386-cgo), const F_GETFL ideal-int
pkg syscall (freebsd-386-cgo), const F_GETLK ideal-int
...
...
@@ -2967,6 +2978,8 @@ pkg syscall (freebsd-386-cgo), type WaitStatus uint32
pkg syscall (freebsd-386-cgo), var Stderr int
pkg syscall (freebsd-386-cgo), var Stdin int
pkg syscall (freebsd-386-cgo), var Stdout int
pkg syscall (freebsd-amd64), const F_DUP2FD_CLOEXEC ideal-int
pkg syscall (freebsd-amd64), const F_DUPFD_CLOEXEC ideal-int
pkg syscall (freebsd-amd64), const ICMP6_FILTER ideal-int
pkg syscall (freebsd-amd64), const PRIO_PGRP ideal-int
pkg syscall (freebsd-amd64), const PRIO_PROCESS ideal-int
...
...
@@ -3426,7 +3439,9 @@ pkg syscall (freebsd-amd64-cgo), const FD_SETSIZE ideal-int
pkg syscall (freebsd-amd64-cgo), const FLUSHO ideal-int
pkg syscall (freebsd-amd64-cgo), const F_CANCEL ideal-int
pkg syscall (freebsd-amd64-cgo), const F_DUP2FD ideal-int
pkg syscall (freebsd-amd64-cgo), const F_DUP2FD_CLOEXEC ideal-int
pkg syscall (freebsd-amd64-cgo), const F_DUPFD ideal-int
pkg syscall (freebsd-amd64-cgo), const F_DUPFD_CLOEXEC ideal-int
pkg syscall (freebsd-amd64-cgo), const F_GETFD ideal-int
pkg syscall (freebsd-amd64-cgo), const F_GETFL ideal-int
pkg syscall (freebsd-amd64-cgo), const F_GETLK 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