1
0
mirror of https://github.com/golang/go synced 2024-11-14 22:40:40 -07:00

runtime: use canonical wireguard-go repo for procyield() linkname usage

The source code quoted tailscale's development fork, which is only a
development fork. The canonical github url is actually
github.com/wireguard/wireguard-go, but that's really just a mirror of
git.zx2c4.com/wireguard-go, and in any case, the proper go package name
is golang.zx2c4.com/wireguard, so just use that.

Change-Id: Ifa63c1c538989b3fcebcf06d1c238469bc73724d
Reviewed-on: https://go-review.googlesource.com/c/go/+/616736
Auto-Submit: Jason Donenfeld <Jason@zx2c4.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
Jason A. Donenfeld 2024-09-30 18:47:34 +02:00 committed by Gopher Robot
parent c7f70433d9
commit 846fc6345d

View File

@ -268,7 +268,7 @@ func reflectcall(stackArgsType *_type, fn, stackArgs unsafe.Pointer, stackArgsSi
// Notable members of the hall of shame include: // Notable members of the hall of shame include:
// - github.com/sagernet/sing-tun // - github.com/sagernet/sing-tun
// - github.com/slackhq/nebula // - github.com/slackhq/nebula
// - github.com/tailscale/wireguard-go // - golang.zx2c4.com/wireguard
// //
// Do not remove or change the type signature. // Do not remove or change the type signature.
// See go.dev/issue/67401. // See go.dev/issue/67401.