]> Cypherpunks repositories - gostls13.git/commit
runtime: use canonical wireguard-go repo for procyield() linkname usage
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 30 Sep 2024 16:47:34 +0000 (18:47 +0200)
committerGopher Robot <gobot@golang.org>
Mon, 30 Sep 2024 17:34:12 +0000 (17:34 +0000)
commit846fc6345d7121911376ab336e6b46fef2dd240f
tree2144b05850ea833e393f4c79a8aebcf02b1b010b
parentc7f70433d9110e0f2be9be025545a9eeaa6b5dbc
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>
src/runtime/stubs.go