mirror of
https://github.com/golang/go
synced 2024-11-12 02:20:23 -07:00
net: update BUG sections for go1.12
To confirm this change with the go commaned, please run 'go doc net' instead of 'go doc -all net'; the -all option surpresses BUG sections. Change-Id: Iac7bc85fbef48e91d5ede16da0ce4a7ab8cae539 Reviewed-on: https://go-review.googlesource.com/c/157297 Run-TryBot: Mikio Hara <mikioh.public.networking@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
20ac64a2dd
commit
9aa2c06cb5
@ -13,8 +13,8 @@ import (
|
|||||||
// BUG(mikio): On JS and NaCl, methods and functions related to
|
// BUG(mikio): On JS and NaCl, methods and functions related to
|
||||||
// Interface are not implemented.
|
// Interface are not implemented.
|
||||||
|
|
||||||
// BUG(mikio): On DragonFly BSD, NetBSD, OpenBSD, Plan 9 and Solaris,
|
// BUG(mikio): On AIX, DragonFly BSD, NetBSD, OpenBSD, Plan 9 and
|
||||||
// the MulticastAddrs method of Interface is not implemented.
|
// Solaris, the MulticastAddrs method of Interface is not implemented.
|
||||||
|
|
||||||
var (
|
var (
|
||||||
errInvalidInterface = errors.New("invalid network interface")
|
errInvalidInterface = errors.New("invalid network interface")
|
||||||
|
@ -12,8 +12,11 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
// BUG(mikio): On JS, NaCl, Plan 9 and Windows, methods and functions
|
// BUG(mikio): On JS, NaCl and Plan 9, methods and functions related
|
||||||
// related to UnixConn and UnixListener are not implemented.
|
// to UnixConn and UnixListener are not implemented.
|
||||||
|
|
||||||
|
// BUG(mikio): On Windows, methods and functions related to UnixConn
|
||||||
|
// and UnixListener don't work for "unixgram" and "unixpacket".
|
||||||
|
|
||||||
// UnixAddr represents the address of a Unix domain socket end point.
|
// UnixAddr represents the address of a Unix domain socket end point.
|
||||||
type UnixAddr struct {
|
type UnixAddr struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user