This commit is contained in:
maddalax 2024-11-05 15:13:05 -06:00
parent e424dac826
commit 142411c0e5

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,