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