mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2025-01-03 04:50:11 +00:00
remove unnecessary import
This commit is contained in:
parent
c021a992fe
commit
bce4d4cd24
@ -4,7 +4,6 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"os/signal"
|
"os/signal"
|
||||||
"syscall"
|
"syscall"
|
||||||
_ "embed"
|
|
||||||
|
|
||||||
"github.com/sirupsen/logrus"
|
"github.com/sirupsen/logrus"
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
@ -17,7 +16,7 @@ func main() {
|
|||||||
util.ParseArgs()
|
util.ParseArgs()
|
||||||
config := util.GetConfig()
|
config := util.GetConfig()
|
||||||
if *config.Version {
|
if *config.Version {
|
||||||
version.PrintVersion()
|
version.PrintVersion()
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user