]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
global: use Go 1.18's netip helpers jd/netip-go118
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 5 Nov 2021 00:52:54 +0000 (01:52 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 6 Nov 2021 13:32:05 +0000 (14:32 +0100)
commitb51df1025175ef4b81dd1ecbb9d7ed389b8d1297
tree8c33db634b1745c7b59b75a2af7f9af007d837e9
parent23d4e52ac97fc7e4e7c47d4e277693c516c3b420
global: use Go 1.18's netip helpers

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
21 files changed:
conn/bind_linux.go
conn/bind_std.go
conn/bind_windows.go
conn/bindtest/bindtest.go
conn/conn.go
device/allowedips.go
device/allowedips_rand_test.go
device/allowedips_test.go
device/device_test.go
device/endpoint_test.go
device/receive.go
device/send.go
device/uapi.go
ratelimiter/ratelimiter.go
ratelimiter/ratelimiter_test.go
tun/netstack/examples/http_client.go
tun/netstack/examples/http_server.go
tun/netstack/go.mod
tun/netstack/go.sum
tun/netstack/tun.go
tun/tuntest/tuntest.go