Init: bootstrap

This commit is contained in:
Yi-Ting Shih
2025-12-07 02:33:44 +08:00
commit a4096bf1a7
16 changed files with 1052 additions and 0 deletions

7
backend.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "gitea.konchin.com/go2025/backend/cmds"
func main() {
cmds.RootCmd.Execute()
}