internal/cmd/server.go: sort imports

This commit is contained in:
pancho horrillo
2019-10-20 18:38:29 +02:00
parent bb5843ec35
commit 341768ace8
+2 -1
View File
@@ -8,9 +8,10 @@ import (
"os" "os"
"os/exec" "os/exec"
"github.com/spf13/cobra"
"github.com/BBVA/kapow/internal/server/control" "github.com/BBVA/kapow/internal/server/control"
"github.com/BBVA/kapow/internal/server/user" "github.com/BBVA/kapow/internal/server/user"
"github.com/spf13/cobra"
) )
// ServerCmd is the command line interface for kapow server // ServerCmd is the command line interface for kapow server