Change name of module
This commit is contained in:
parent
b26b0512f2
commit
06e5e7cd9c
|
@ -4,7 +4,7 @@ import (
|
|||
"fmt"
|
||||
"time"
|
||||
|
||||
"git.qowevisa.me/Qowevisa/tcpmachine/tcpclient"
|
||||
"git.qowevisa.me/qowevisa/tcpmachine/tcpclient"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"net"
|
||||
"time"
|
||||
|
||||
"git.qowevisa.me/Qowevisa/tcpmachine/tcpserver"
|
||||
"git.qowevisa.me/qowevisa/tcpmachine/tcpserver"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
|||
module git.qowevisa.me/Qowevisa/tcpmachine
|
||||
module git.qowevisa.me/qowevisa/tcpmachine
|
||||
|
||||
go 1.20
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
"net"
|
||||
"strings"
|
||||
|
||||
"git.qowevisa.me/Qowevisa/tcpmachine/tcpcommand"
|
||||
"git.qowevisa.me/qowevisa/tcpmachine/tcpcommand"
|
||||
)
|
||||
|
||||
func GetDefaultConfig() *ClientConfiguration {
|
||||
|
|
|
@ -3,7 +3,7 @@ package tcpclient
|
|||
import (
|
||||
"net"
|
||||
|
||||
"git.qowevisa.me/Qowevisa/tcpmachine/tcpcommand"
|
||||
"git.qowevisa.me/qowevisa/tcpmachine/tcpcommand"
|
||||
)
|
||||
|
||||
type ClientConfiguration struct {
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"net"
|
||||
"strings"
|
||||
|
||||
"git.qowevisa.me/Qowevisa/tcpmachine/tcpcommand"
|
||||
"git.qowevisa.me/qowevisa/tcpmachine/tcpcommand"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -3,7 +3,7 @@ package tcpserver
|
|||
import (
|
||||
"net"
|
||||
|
||||
"git.qowevisa.me/Qowevisa/tcpmachine/tcpcommand"
|
||||
"git.qowevisa.me/qowevisa/tcpmachine/tcpcommand"
|
||||
)
|
||||
|
||||
type ServerLoggingLevel int
|
||||
|
|
Loading…
Reference in New Issue
Block a user