refactor: refactor whole project to based on cobra commands

This commit is contained in:
Theis
2024-10-08 20:00:43 +02:00
parent ded0dc8779
commit 0e57a48f61
11 changed files with 649 additions and 153 deletions
+11
View File
@@ -0,0 +1,11 @@
/*
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
*/
package main
import "main/src_code/go_src/cmd"
func main() {
cmd.Execute()
}