From 60e03e02a9869d8d3dbc5a99ff8d18de3d3343ee Mon Sep 17 00:00:00 2001 From: maddalax Date: Tue, 5 Nov 2024 15:13:05 -0600 Subject: [PATCH] test --- htmgo-site/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,