mirror of
https://git.zx2c4.com/wireguard-go
synced 2025-10-05 00:32:57 +08:00
global: use Go 1.18's netip helpers
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
@@ -6,10 +6,9 @@
|
||||
package ratelimiter
|
||||
|
||||
import (
|
||||
"net/netip"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"golang.zx2c4.com/go118/netip"
|
||||
)
|
||||
|
||||
type result struct {
|
||||
|
Reference in New Issue
Block a user