Rename module from mtg to github.com/9seconds/mtg

This commit is contained in:
9seconds
2019-11-19 11:17:14 +03:00
parent ed9689d813
commit 843fc4b70f
52 changed files with 120 additions and 120 deletions
+3 -3
View File
@@ -6,9 +6,9 @@ import (
"go.uber.org/zap"
"mtg/conntypes"
"mtg/obfuscated2"
"mtg/protocol"
"github.com/9seconds/mtg/conntypes"
"github.com/9seconds/mtg/obfuscated2"
"github.com/9seconds/mtg/protocol"
)
const directPipeBufferSize = 1024 * 1024