]> git.lizzy.rs Git - mt.git/commitdiff
rudp/proxy: fix import path
authoranon5 <anon5clam@protonmail.com>
Wed, 3 Mar 2021 17:38:46 +0000 (17:38 +0000)
committeranon5 <anon5clam@protonmail.com>
Wed, 3 Mar 2021 17:38:46 +0000 (17:38 +0000)
rudp/proxy/proxy.go

index 05d8a6621081a07611c3ef6d4909af801b36cd6c..a80b4487ef4da3f564f0bc9ef539c8662ec49b80 100644 (file)
@@ -16,7 +16,7 @@ import (
        "net"
        "os"
 
-       "mt/rudp"
+       "github.com/anon55555/mt/rudp"
 )
 
 func main() {