From 18c792a561708d97071d8636ecd54b8d68317ffd Mon Sep 17 00:00:00 2001 From: NoahLan <6995syu@163.com> Date: Sun, 18 Jun 2023 21:08:18 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=BF=81=E7=A7=BBnnet=E5=88=B0nsys?= =?UTF-8?q?=E7=9A=84netx=E5=8C=85=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {nnet => nsys/netx}/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {nnet => nsys/netx}/util.go (98%) diff --git a/nnet/util.go b/nsys/netx/util.go similarity index 98% rename from nnet/util.go rename to nsys/netx/util.go index 4542320..4e56739 100644 --- a/nnet/util.go +++ b/nsys/netx/util.go @@ -1,4 +1,4 @@ -package nnet +package netx import ( "net"