Init: bootstrap
This commit is contained in:
7
backend.go
Normal file
7
backend.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "gitea.konchin.com/go2025/backend/cmds"
|
||||
|
||||
func main() {
|
||||
cmds.RootCmd.Execute()
|
||||
}
|
||||
Reference in New Issue
Block a user