commit | 6cdc0daab091c43fc46193327e0047b4f883c613 | [log] [tgz] |
---|---|---|
author | Joe Tsai <joetsai@digital-static.net> | Tue Nov 29 17:20:33 2016 -0800 |
committer | Joe Tsai <thebrokentoaster@gmail.com> | Fri Dec 02 21:41:19 2016 +0000 |
tree | 0407cb1fec275e23e532c61cce29373a0af6c550 | |
parent | 97edce0b2e423f6a8debb459af47f4a3cb4ff954 [diff] |
nettest: add package to test for networking conformance The interface for net.Conn is getting stricter for the Go 1.8 release. We add a package that tests that a given net.Conn implementation properly satisfies the interface. Fixes golang/go#18097 Change-Id: I5e9f1f3c7cb5c060d734ed7e3a24886d4213c4e1 Reviewed-on: https://go-review.googlesource.com/33679 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>