This commit is contained in:
Urle Sistiana
2022-12-15 11:19:07 +08:00
commit fc8c213056
16 changed files with 1915 additions and 0 deletions

9
cmd/root.go Normal file
View File

@@ -0,0 +1,9 @@
package cmd
import (
"github.com/spf13/cobra"
)
var RootCmd = &cobra.Command{
Use: "v2dat",
}