mirror of
https://git.zx2c4.com/wireguard-go
synced 2026-07-27 10:33:09 +00:00
Type tcpip.Error is not an error. I've filed https://github.com/google/gvisor/issues/5314 to fix this upstream. Until that is fixed, use %v instead of %w, to keep vet happy. Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>