Commit bbac652b authored by Russ Cox's avatar Russ Cox

api: add net.UnixConn's CloseRead and CloseWrite methods

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6278045
parent 40af78c1
......@@ -10,6 +10,8 @@ pkg debug/elf, type FileHeader struct, Entry uint64
pkg go/doc, var IllegalPrefixes []string
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 syscall (darwin-386), const B0 ideal-int
pkg syscall (darwin-386), const B110 ideal-int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment