Rename full path in order to favor modules

This commit is contained in:
9seconds
2019-11-11 15:09:29 +03:00
parent b491e03504
commit 273aa18367
53 changed files with 120 additions and 122 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import (
"crypto/sha256"
"fmt"
"github.com/9seconds/mtg/config"
"github.com/9seconds/mtg/utils"
"mtg/config"
"mtg/utils"
)
type ClientHello struct {
+1 -1
View File
@@ -3,7 +3,7 @@ package tlstypes
import (
"bytes"
"github.com/9seconds/mtg/utils"
"mtg/utils"
)
type Handshake struct {
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"golang.org/x/crypto/curve25519"
"github.com/9seconds/mtg/config"
"mtg/config"
)
type ServerHello struct {