From bbac652b31466463d66a4731365f8e0d7f0deb5a Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 2 Jun 2012 23:02:39 -0400 Subject: [PATCH] api: add net.UnixConn's CloseRead and CloseWrite methods R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6278045 --- api/next.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/next.txt b/api/next.txt index 5147f99585..8b45feb691 100644 --- a/api/next.txt +++ b/api/next.txt @@ -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 -- 2.48.1