mirror of
https://github.com/golang/go
synced 2024-11-22 00:54:43 -07:00
api: update next.txt
Some accumulated changes from the past few weeks. Just cleans up all.bash output. R=golang-dev, adg CC=golang-dev https://golang.org/cl/6354056
This commit is contained in:
parent
735780c27e
commit
ccbac5a480
25
api/next.txt
25
api/next.txt
@ -6,13 +6,33 @@ pkg crypto/x509, const ECDSAWithSHA1 SignatureAlgorithm
|
||||
pkg crypto/x509, const ECDSAWithSHA256 SignatureAlgorithm
|
||||
pkg crypto/x509, const ECDSAWithSHA384 SignatureAlgorithm
|
||||
pkg crypto/x509, const ECDSAWithSHA512 SignatureAlgorithm
|
||||
pkg crypto/x509, const ExtKeyUsageIPSECEndSystem ExtKeyUsage
|
||||
pkg crypto/x509, const ExtKeyUsageIPSECTunnel ExtKeyUsage
|
||||
pkg crypto/x509, const ExtKeyUsageIPSECUser ExtKeyUsage
|
||||
pkg crypto/x509, const IncompatibleUsage InvalidReason
|
||||
pkg crypto/x509, type VerifyOptions struct, KeyUsages []ExtKeyUsage
|
||||
pkg debug/elf, type FileHeader struct, Entry uint64
|
||||
pkg encoding/json, method (*Decoder) UseNumber()
|
||||
pkg encoding/json, method (Number) Float64() (float64, error)
|
||||
pkg encoding/json, method (Number) Int64() (int64, error)
|
||||
pkg encoding/json, method (Number) String() string
|
||||
pkg encoding/json, type Number string
|
||||
pkg go/ast, func NewCommentMap(*token.FileSet, Node, []*CommentGroup) CommentMap
|
||||
pkg go/ast, method (CommentMap) Comments() []*CommentGroup
|
||||
pkg go/ast, method (CommentMap) Filter(Node) CommentMap
|
||||
pkg go/ast, method (CommentMap) String() string
|
||||
pkg go/ast, method (CommentMap) Update(Node) Node
|
||||
pkg go/ast, type CommentMap map[Node][]*CommentGroup
|
||||
pkg go/doc, var IllegalPrefixes []string
|
||||
pkg image, const YCbCrSubsampleRatio440 YCbCrSubsampleRatio
|
||||
pkg math/big, method (*Int) MarshalJSON() ([]byte, error)
|
||||
pkg math/big, method (*Int) UnmarshalJSON([]byte) error
|
||||
pkg net, method (*UnixConn) CloseRead() error
|
||||
pkg net, method (*UnixConn) CloseWrite() error
|
||||
pkg regexp/syntax, const ErrUnexpectedParen ErrorCode
|
||||
pkg net/http, method (*Request) PostFormValue(string) string
|
||||
pkg net/http, type Request struct, PostForm url.Values
|
||||
pkg net/textproto, func TrimBytes([]byte) []byte
|
||||
pkg net/textproto, func TrimString(string) string
|
||||
pkg syscall (darwin-386), const B0 ideal-int
|
||||
pkg syscall (darwin-386), const B110 ideal-int
|
||||
pkg syscall (darwin-386), const B115200 ideal-int
|
||||
@ -419,15 +439,14 @@ pkg syscall (darwin-amd64-cgo), type Termios struct, Lflag uint64
|
||||
pkg syscall (darwin-amd64-cgo), type Termios struct, Oflag uint64
|
||||
pkg syscall (darwin-amd64-cgo), type Termios struct, Ospeed uint64
|
||||
pkg syscall (darwin-amd64-cgo), type Termios struct, Pad_cgo_0 [4]byte
|
||||
pkg syscall (freebsd-amd64), func Syscall9(uintptr) (uintptr, Errno)
|
||||
pkg syscall (windows-386), const CREATE_NEW_PROCESS_GROUP ideal-int
|
||||
pkg syscall (windows-386), const CTRL_BREAK_EVENT ideal-int
|
||||
pkg syscall (windows-386), const CTRL_C_EVENT ideal-int
|
||||
pkg syscall (windows-386), func GetCurrentProcessId() uint32
|
||||
pkg syscall (windows-386), func Getsockopt(Handle, int32, int32, *byte, *int32) error
|
||||
pkg syscall (windows-386), type SysProcAttr struct, CreationFlags uint32
|
||||
pkg syscall (windows-amd64), const CREATE_NEW_PROCESS_GROUP ideal-int
|
||||
pkg syscall (windows-amd64), const CTRL_BREAK_EVENT ideal-int
|
||||
pkg syscall (windows-amd64), const CTRL_C_EVENT ideal-int
|
||||
pkg syscall (windows-amd64), func GetCurrentProcessId() uint32
|
||||
pkg syscall (windows-amd64), func Getsockopt(Handle, int32, int32, *byte, *int32) error
|
||||
pkg syscall (windows-amd64), type SysProcAttr struct, CreationFlags uint32
|
||||
|
Loading…
Reference in New Issue
Block a user