mirror of
https://github.com/golang/go
synced 2024-11-25 02:07:58 -07:00
api: add net.UnixConn's CloseRead and CloseWrite methods
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6278045
This commit is contained in:
parent
40af78c19e
commit
bbac652b31
@ -10,6 +10,8 @@ pkg debug/elf, type FileHeader struct, Entry uint64
|
|||||||
pkg go/doc, var IllegalPrefixes []string
|
pkg go/doc, var IllegalPrefixes []string
|
||||||
pkg math/big, method (*Int) MarshalJSON() ([]byte, error)
|
pkg math/big, method (*Int) MarshalJSON() ([]byte, error)
|
||||||
pkg math/big, method (*Int) UnmarshalJSON([]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 regexp/syntax, const ErrUnexpectedParen ErrorCode
|
||||||
pkg syscall (darwin-386), const B0 ideal-int
|
pkg syscall (darwin-386), const B0 ideal-int
|
||||||
pkg syscall (darwin-386), const B110 ideal-int
|
pkg syscall (darwin-386), const B110 ideal-int
|
||||||
|
Loading…
Reference in New Issue
Block a user