Procházet zdrojové kódy

Fix: unused imports

Rod Hynes před 6 roky
rodič
revize
a4743fb5c4

+ 0 - 2
psiphon/common/tapdance/tapdance.go

@@ -29,8 +29,6 @@ package tapdance
 
 import (
 	"context"
-	"errors"
-	"fmt"
 	"io/ioutil"
 	"net"
 	"os"

+ 0 - 1
psiphon/dataStore_badger.go

@@ -25,7 +25,6 @@ import (
 	"os"
 	"path/filepath"
 
-	"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common"
 	"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/errors"
 	"github.com/dgraph-io/badger"
 	"github.com/dgraph-io/badger/options"

+ 0 - 1
psiphon/dataStore_files.go

@@ -31,7 +31,6 @@ import (
 	"strings"
 	"sync"
 
-	"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common"
 	"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/errors"
 )