]> Cypherpunks repositories - gostls13.git/commitdiff
api: add net.UnixConn's CloseRead and CloseWrite methods
authorRuss Cox <rsc@golang.org>
Sun, 3 Jun 2012 03:02:39 +0000 (23:02 -0400)
committerRuss Cox <rsc@golang.org>
Sun, 3 Jun 2012 03:02:39 +0000 (23:02 -0400)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6278045

api/next.txt

index 5147f995853b3a590cc4630a1131e5f527562460..8b45feb6916ffb8d4ba055bef672254808f8e707 100644 (file)
@@ -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