diff options
Diffstat (limited to 'conn/conn.go')
-rw-r--r-- | conn/conn.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conn/conn.go b/conn/conn.go index 35fb6b1..5a93b2b 100644 --- a/conn/conn.go +++ b/conn/conn.go @@ -9,11 +9,10 @@ package conn import ( "errors" "fmt" + "net/netip" "reflect" "runtime" "strings" - - "golang.zx2c4.com/go118/netip" ) // A ReceiveFunc receives a single inbound packet from the network. |