This commit is contained in:
maddalax 2024-11-05 15:17:12 -06:00
parent 142411c0e5
commit 841262341a

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,