diff options
| author | Chris McGee <sirnewton_01@yahoo.ca> | 2016-09-28 21:29:08 -0400 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2016-10-12 10:12:31 +0000 |
| commit | 6ca48f710f6ae163aa87e883a0a4cf8a91dad0a4 (patch) | |
| tree | 558010166f7986438e0cc668681df06da079f281 /src/net/interface.go | |
| parent | 2287296dbe43c5dfa9afebf0e03af42318a6a8f0 (diff) | |
| download | go-6ca48f710f6ae163aa87e883a0a4cf8a91dad0a4.tar.xz | |
net: implement network interface API for Plan 9
The new implementation parses the plan9 interface files
and builds Interface representations for the net package.
Updates #17218
Change-Id: I3199d18d9e96a17e922186c3abff1d7cd9cbec2e
Reviewed-on: https://go-review.googlesource.com/29963
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/net/interface.go')
| -rw-r--r-- | src/net/interface.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/interface.go b/src/net/interface.go index 61ee0ce7c3..e36e886646 100644 --- a/src/net/interface.go +++ b/src/net/interface.go @@ -10,7 +10,7 @@ import ( "time" ) -// BUG(mikio): On NaCl and Plan9, methods and functions related to +// BUG(mikio): On NaCl, methods and functions related to // Interface are not implemented. // BUG(mikio): On DragonFly BSD, NetBSD, OpenBSD and Solaris, the |
