commit | 7431dee09d55bc7c40caad553eb0bb1e50eb582e | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Thu Aug 04 14:04:22 2022 -0700 |
committer | Gopher Robot <gobot@golang.org> | Fri Aug 05 01:12:31 2022 +0000 |
tree | 0bd46e95b699fd0f8ded02798d2deb64f3ca776a | |
parent | 0bcc04d9c69b4e379010f97e15bb7751dc57156b [diff] |
lif: import syscall rather than golang.org/x/sys/unix It happens that everything we need is already defined in syscall. This avoids problems when this package is vendored into the standard library. For golang/go#54259 Change-Id: I999eba5d089a1dfb341e27ebf3651ace0de26947 Reviewed-on: https://go-review.googlesource.com/c/net/+/421419 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@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.