Skip to content

Commit

Permalink
formmatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmdm committed Feb 17, 2024
1 parent 61ca598 commit 94f9345
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: '3'
tasks:
fmt:
cmds:
- goimports -local github.com/davidmdm -local github.com/davidmdm/halloumi -w .
- goimports -local github.com/davidmdm,github.com/davidmdm/halloumi -w .
- gofumpt -w .

platter:
Expand Down
8 changes: 5 additions & 3 deletions cmd/halloumi/cmd_takeoff.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ import (
"os"
"slices"

"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/client-go/tools/clientcmd"

"github.com/davidmdm/x/xerr"

"github.com/davidmdm/halloumi/internal"
"github.com/davidmdm/halloumi/internal/k8"
"github.com/davidmdm/halloumi/internal/wasi"
"github.com/davidmdm/x/xerr"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/client-go/tools/clientcmd"
)

type TakeoffParams struct {
Expand Down

0 comments on commit 94f9345

Please sign in to comment.