修改包名

This commit is contained in:
lwch
2022-01-05 14:22:11 +08:00
parent c0f1b056cf
commit dff2dfca60
42 changed files with 92 additions and 85 deletions
+1 -1
View File
@@ -1,11 +1,11 @@
package handler
import (
"natpass/code/network"
"strings"
"sync"
"time"
"github.com/jkstack/natpass/code/network"
"github.com/lwch/logging"
)
+1 -1
View File
@@ -1,11 +1,11 @@
package handler
import (
"natpass/code/network"
"sync"
"sync/atomic"
"time"
"github.com/jkstack/natpass/code/network"
"github.com/lwch/logging"
)
+2 -2
View File
@@ -2,12 +2,12 @@ package handler
import (
"bytes"
"natpass/code/network"
"natpass/code/server/global"
"net"
"sync"
"time"
"github.com/jkstack/natpass/code/network"
"github.com/jkstack/natpass/code/server/global"
"github.com/lwch/logging"
)