working commit

This commit is contained in:
2026-01-23 19:26:56 +02:00
parent 772657d9be
commit d704a76bee
10 changed files with 161 additions and 76 deletions
+3 -3
View File
@@ -21,8 +21,8 @@ func main() {
}
type Util struct {
rootCmd *cobra.Command
putFileParams PutFileParams
FileUtil
rootCmd cobra.Command
}
func NewUtil() *Util {
@@ -31,7 +31,7 @@ func NewUtil() *Util {
func (util *Util) Build() error {
var err error
rootCmd := &cobra.Command{
rootCmd := cobra.Command{
Use: "cmd",
Short: "A brief description the command",
}