diff options
| author | Mikio Hara <mikioh.mikioh@gmail.com> | 2018-08-03 17:44:00 +0900 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2018-08-03 15:08:42 +0000 |
| commit | 15779d58ecb7c16442a75eba73c2dbae7fc27fcb (patch) | |
| tree | b917e428bc3056fc6bbe5955d1d0bbaeb3dbcea0 /src/net/interface.go | |
| parent | 4cc09cd5320a2bea4f27a1db59970d4b715f6522 (diff) | |
| download | go-15779d58ecb7c16442a75eba73c2dbae7fc27fcb.tar.xz | |
net: update docs for unimplemented methods and functions
Change-Id: I54e651a952afa8928cc0204ba37092d3b2347266
Reviewed-on: https://go-review.googlesource.com/127737
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
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 4036a7f475..375a4568e3 100644 --- a/src/net/interface.go +++ b/src/net/interface.go @@ -10,7 +10,7 @@ import ( "time" ) -// BUG(mikio): On NaCl, methods and functions related to +// BUG(mikio): On JS and NaCl, methods and functions related to // Interface are not implemented. // BUG(mikio): On DragonFly BSD, NetBSD, OpenBSD, Plan 9 and Solaris, |
