commit | addf6b3196f61cd44ce5a76657913698c73479d0 | [log] [tgz] |
---|---|---|
author | Matt Layher <mdlayher@gmail.com> | Thu Mar 21 23:00:09 2019 -0400 |
committer | Matt Layher <mdlayher@gmail.com> | Fri Mar 22 12:03:37 2019 +0000 |
tree | 5b2c7ff11746def130c4ce387fa20983b96a5761 | |
parent | 1272bf9dcd53ea65c09668fb4c76e65deb740072 [diff] |
nettest: remove Go 1.6 compatibility code Go 1.6 has been unsupported for some time now, so let's clean up this unnecessary scaffolding code. Change-Id: I9c4f05b2dd142226c65906f7a2d5327369d81ee5 Reviewed-on: https://go-review.googlesource.com/c/net/+/168800 Run-TryBot: Matt Layher <mdlayher@gmail.com> Reviewed-by: Mikio Hara <mikioh.public.networking@gmail.com>
This repository holds supplementary Go networking libraries.
The easiest way to install is to run go get -u golang.org/x/net
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.