chore: init

This commit is contained in:
Mathis Maquenne
2024-10-07 23:06:14 +02:00
commit 4f82007a49
5 changed files with 50 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package cmd
import "github.com/spf13/cobra"
var RootCmd = &cobra.Command{
Use: "godeez",
Short: "GoDeez is a tool to download music from Deezer",
}