Skip to content

Commit

Permalink
Merge pull request #200 from bjwswang/arctl
Browse files Browse the repository at this point in the history
fix: golangci-lint errors
  • Loading branch information
bjwswang authored Nov 10, 2023
2 parents 81cf823 + 0de13a5 commit 9ff1884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arctl/datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ package main
import (
"os"

"github.com/spf13/cobra"

"github.com/kubeagi/arcadia/arctl/printer"
"github.com/kubeagi/arcadia/graphql-server/go-server/pkg/datasource"
"github.com/spf13/cobra"
)

var (
Expand Down Expand Up @@ -63,5 +64,4 @@ func DatasourceListCmd() *cobra.Command {
}

return cmd

}
3 changes: 1 addition & 2 deletions arctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ import (
"os"
"path/filepath"

"github.com/spf13/cobra"
"k8s.io/client-go/dynamic"

"github.com/kubeagi/arcadia/graphql-server/go-server/pkg/client"

"github.com/spf13/cobra"
)

var (
Expand Down

0 comments on commit 9ff1884

Please sign in to comment.