tailscale/net/netns
Brad Fitzpatrick 45d96788b5 net/netns: remove use of unsafe on Windows
Found while auditing unsafe for #921 via the list at:

https://github.com/tailscale/tailscale/issues/921#issuecomment-727365383

No need for unsafe here, so remove it.
2020-11-14 19:53:10 -08:00
..
netns.go
netns_default.go
netns_linux.go
netns_linux_test.go
netns_windows.go net/netns: remove use of unsafe on Windows 2020-11-14 19:53:10 -08:00
socks.go