mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-24 08:48:10 -07:00
fix lint errors
This commit is contained in:
+2
-1
@@ -9,6 +9,8 @@ import (
|
||||
"syscall"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"github.com/sot-tech/mochi/frontend/http"
|
||||
"github.com/sot-tech/mochi/frontend/udp"
|
||||
"github.com/sot-tech/mochi/middleware"
|
||||
@@ -17,7 +19,6 @@ import (
|
||||
_ "github.com/sot-tech/mochi/pkg/randseed"
|
||||
"github.com/sot-tech/mochi/pkg/stop"
|
||||
"github.com/sot-tech/mochi/storage"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
var e2eCmd *cobra.Command
|
||||
|
||||
Reference in New Issue
Block a user