From c06d728ffb5d89c3e4c0d212d3abd77a6d05c5e0 Mon Sep 17 00:00:00 2001 From: maddalax Date: Tue, 5 Nov 2024 15:17:12 -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 9e45a56..5c6a484 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 server\n") + fmt.Printf("starting up server2\n") h.Start(h.AppOpts{ ServiceLocator: locator,