This commit is contained in:
maddalax 2024-11-05 15:13:05 -06:00 committed by rafaelDev0ps
parent 5f5444f99f
commit 60e03e02a9

View file

@ -20,7 +20,7 @@ func main() {
service.Set(locator, service.Singleton, markdown.NewRenderer)
service.Set(locator, service.Singleton, cache.NewSimpleCache)
fmt.Printf("starting up\n")
fmt.Printf("starting up server\n")
h.Start(h.AppOpts{
ServiceLocator: locator,