Skip to content

Commit 38bfa1c

Browse files
committed
chore(tools/create-resource): goimports
1 parent 24984f6 commit 38bfa1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/create-resource/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ package main
33
import (
44
"bytes"
55
"fmt"
6-
"github.com/iancoleman/strcase"
76
"os"
87
"strings"
98
"text/template"
109

1110
"golang.org/x/text/cases"
1211
"golang.org/x/text/language"
12+
13+
"github.com/iancoleman/strcase"
1314
)
1415

1516
const resourceTemplate = `package resources

0 commit comments

Comments
 (0)