chore: grouping imports

This commit is contained in:
mngshm
2024-11-29 13:45:31 +05:30
parent 185a013cff
commit 8b71ae3b33

View File

@@ -2,12 +2,14 @@ package cmd
import (
"fmt"
"github.com/ente-io/cli/pkg"
"github.com/spf13/viper"
"github.com/spf13/cobra"
"os"
"net/url"
"strings"
"github.com/spf13/viper"
"github.com/spf13/cobra"
"github.com/ente-io/cli/pkg"
)
var setupCmd = &cobra.Command {