fix lint errors

This commit is contained in:
Lawrence, Rendall
2022-04-12 21:48:54 +03:00
parent 64eaf9d733
commit c9e0af8b1e
18 changed files with 36 additions and 17 deletions
+2 -1
View File
@@ -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