aboutsummaryrefslogtreecommitdiff
path: root/src/net/interface.go
diff options
context:
space:
mode:
authorMikio Hara <mikioh.mikioh@gmail.com>2016-10-12 19:41:29 +0900
committerBrad Fitzpatrick <bradfitz@golang.org>2016-10-12 13:15:50 +0000
commit8fc9c504968be0bbea4c8317998813782d077cf4 (patch)
tree88b3bfebdeba9e4e37d71156ecf7f076a2ac24c9 /src/net/interface.go
parent29c600bba1279d63a40bc99a7e6212d3f0bffa06 (diff)
downloadgo-8fc9c504968be0bbea4c8317998813782d077cf4.tar.xz
net: update doc for unimplemented feature on Plan 9
Also removes unnecessary allocation. Change-Id: I3406cf75a7b64d93b2b99c7f1f5c78f580452b60 Reviewed-on: https://go-review.googlesource.com/30891 Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/net/interface.go')
-rw-r--r--src/net/interface.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/interface.go b/src/net/interface.go
index e36e886646..d1fe2a0009 100644
--- a/src/net/interface.go
+++ b/src/net/interface.go
@@ -13,8 +13,8 @@ import (
// BUG(mikio): On NaCl, methods and functions related to
// Interface are not implemented.
-// BUG(mikio): On DragonFly BSD, NetBSD, OpenBSD and Solaris, the
-// MulticastAddrs method of Interface is not implemented.
+// BUG(mikio): On DragonFly BSD, NetBSD, OpenBSD, Plan 9 and Solaris,
+// the MulticastAddrs method of Interface is not implemented.
var (
errInvalidInterface = errors.New("invalid network interface")