Files
oc-shared/main.go
2026-02-03 16:06:48 +01:00

15 lines
177 B
Go

package main
import (
_ "oc-shared/routers"
oclib "cloud.o-forge.io/core/oc-lib"
)
const appname = "oc-shared"
func main() {
// Init the oc-lib
oclib.InitAPI(appname)
}