change package name

This commit is contained in:
Jay
2020-01-14 10:02:25 +00:00
parent ae33d3da00
commit bbeb8ce7f4
6 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"crypto/tls"
"io"
"net"
"ssh-proxy/pkg/logger"
"tcp-proxy/pkg/logger"
)
type Proxy struct {