This commit is contained in:
maddalax 2024-11-05 15:17:12 -06:00 committed by rafaelDev0ps
parent 60e03e02a9
commit c06d728ffb

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 server\n")
fmt.Printf("starting up server2\n")
h.Start(h.AppOpts{
ServiceLocator: locator,