Skip to content

Commit db5e7e4

Browse files
committed
Revert "chore: use strcase.ConfigureAcronym"
This reverts commit 9ff64e9.
1 parent 87c8656 commit db5e7e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/api_gen/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"fmt"
66
"os"
77

8-
"github.com/iancoleman/strcase"
98
"github.com/spf13/cobra"
109
)
1110

@@ -21,7 +20,6 @@ GitHub: https://github.com/go-generalize/api_gen/v2`,
2120
)
2221

2322
func main() {
24-
strcase.ConfigureAcronym("ID", "id")
2523
if err := rootCmd.Execute(); err != nil {
2624
fmt.Fprintln(os.Stderr, err)
2725
os.Exit(1)

0 commit comments

Comments
 (0)