commit | 332fe235e654eb162d5de50acbdf5b2a11eaa68a | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Thu May 16 13:22:56 2024 -0700 |
committer | Damien Neil <dneil@google.com> | Tue May 21 22:20:14 2024 +0000 |
tree | 88c8eedb0bd6e33ff1bf09d2c2c4a631612ee524 | |
parent | c1f5833288fd3827a93ee5f69ec073d3bf24890d [diff] |
http2: remove spec coverage test When run with -coverspec, tests track which portions of the specification they cover and the TestSpecCoverage test produces an error if any sections lack test coverage. This is a lovely idea, and perhaps we should resurrect it at some point, but there is currently exactly one coverage annotation, dating back to the first commit of this package. Change-Id: I5d2d8a1032b783d113ed0982f7e97a3bd1c07a33 Reviewed-on: https://go-review.googlesource.com/c/net/+/586243 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Jonathan Amsterdam <jba@google.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.