diff --git a/htmgo-site/main.go b/htmgo-site/main.go index 904bf11..9e45a56 100644 --- a/htmgo-site/main.go +++ b/htmgo-site/main.go @@ -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,