]> Cypherpunks repositories - gostls13.git/commit
net: implement network interface API for Plan 9
authorChris McGee <sirnewton_01@yahoo.ca>
Thu, 29 Sep 2016 01:29:08 +0000 (21:29 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 12 Oct 2016 10:12:31 +0000 (10:12 +0000)
commit6ca48f710f6ae163aa87e883a0a4cf8a91dad0a4
tree558010166f7986438e0cc668681df06da079f281
parent2287296dbe43c5dfa9afebf0e03af42318a6a8f0
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>
src/net/interface.go
src/net/interface_plan9.go [new file with mode: 0644]
src/net/interface_stub.go