Skip to content

Commit

Permalink
chore(tools/create-resource): goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jan 4, 2025
1 parent 24984f6 commit 38bfa1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/create-resource/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ package main
import (
"bytes"
"fmt"
"github.com/iancoleman/strcase"
"os"
"strings"
"text/template"

"golang.org/x/text/cases"
"golang.org/x/text/language"

"github.com/iancoleman/strcase"
)

const resourceTemplate = `package resources
Expand Down

0 comments on commit 38bfa1c

Please sign in to comment.