Skip to content

Commit 846fc63

Browse files
zx2c4gopherbot
authored andcommitted
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 <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent c7f7043 commit 846fc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/stubs.go

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

0 commit comments

Comments
 (0)