Workspace is the new space

This commit is contained in:
mr
2026-06-22 07:41:32 +02:00
parent d887d92e57
commit 469011f7bd
7 changed files with 513 additions and 7 deletions
+2
View File
@@ -1,6 +1,7 @@
package main
import (
"oc-workspace/infrastructure"
_ "oc-workspace/routers"
oclib "cloud.o-forge.io/core/oc-lib"
@@ -11,5 +12,6 @@ const appname = "oc-workspace"
func main() {
oclib.InitAPI(appname)
go infrastructure.ListenNATS()
beego.Run()
}