remove unnecessary import

This commit is contained in:
xvzc 2024-08-07 07:49:06 +09:00
parent c021a992fe
commit bce4d4cd24

View File

@ -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)
}