Remove extra imports

This commit is contained in:
Andy Wang 2020-04-08 22:17:08 +01:00
parent 7e9fe952aa
commit 2400a33818
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
package client
import (
"crypto"
"encoding/binary"
"github.com/cbeuw/Cloak/internal/ecdh"
"github.com/cbeuw/Cloak/internal/util"

View File

@ -5,7 +5,6 @@ import (
"net"
"sync"
"sync/atomic"
"syscall"
"time"
mux "github.com/cbeuw/Cloak/internal/multiplex"