From d96a2b2a23cb0ac7ca8604f196f5f82050eef5d9 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sat, 13 Sep 2025 12:18:51 -0400 Subject: [PATCH] And now restarts in the build work. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5668cfc..20824d2 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ endif build: go build . + curl http://127.0.0.1:9999/webapp site: go tool ssgod