commit | 9bf379fa3ecca65daf9d75766986d20ea202f7f8 | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Wed Sep 04 18:08:41 2024 -0400 |
committer | Gopher Robot <gobot@golang.org> | Wed Sep 04 22:19:48 2024 +0000 |
tree | e6a1d1ab21c1b7a6fca4fa59f5d161d25419149b | |
parent | 4542a42604cd159f1adb93c58368079ae37b3bf6 [diff] |
websocket: fix printf(var) mistake detected by latest printf checker For golang/go#69267. Change-Id: Ica6d123312495966ad6d222d67944fd602216853 Reviewed-on: https://go-review.googlesource.com/c/net/+/610799 Reviewed-by: Alan Donovan <adonovan@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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.