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