diff --git a/cmd/iom3.go b/cmd/iom3.go index c3b156c..58d89d0 100644 --- a/cmd/iom3.go +++ b/cmd/iom3.go @@ -1,6 +1,8 @@ package cmd import ( + "time" + "github.com/go-resty/resty/v2" "github.com/mizuki1412/go-core-kit/class/exception" "github.com/mizuki1412/go-core-kit/init/initkit" @@ -11,7 +13,6 @@ import ( "github.com/spf13/cobra" "github.com/tidwall/gjson" "github.com/xuri/excelize/v2" - "time" ) func init() { @@ -21,7 +22,7 @@ func init() { var iom3Cmd = &cobra.Command{ Use: "iom3", - Short: "Batch processing operations of the iom", + Short: "Batch processing operations of the iom3", Run: func(cmd *cobra.Command, args []string) { initkit.BindFlags(cmd) res := readExcelWaitDel()