Skip to content

Commit 8412623

Browse files
committed
test
1 parent 142411c commit 8412623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmgo-site/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func main() {
2020
service.Set(locator, service.Singleton, markdown.NewRenderer)
2121
service.Set(locator, service.Singleton, cache.NewSimpleCache)
2222

23-
fmt.Printf("starting up server\n")
23+
fmt.Printf("starting up server2\n")
2424

2525
h.Start(h.AppOpts{
2626
ServiceLocator: locator,

0 commit comments

Comments
 (0)