aboutsummaryrefslogtreecommitdiff
path: root/cmd/hlang/http.go
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-26 19:47:00 -0400
committerXe Iaso <me@xeiaso.net>2025-04-26 19:47:00 -0400
commitb02d2ba479446de6f38fce1e25cec8564ef9010a (patch)
treea60d001dda18187552591f70224bea38cc2000de /cmd/hlang/http.go
parent4d27a5e7c416e2a6cab039684037681cdac63a19 (diff)
downloadx-b02d2ba479446de6f38fce1e25cec8564ef9010a.tar.xz
x-b02d2ba479446de6f38fce1e25cec8564ef9010a.zip
chore(templ): fix go generate commands
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/hlang/http.go')
-rw-r--r--cmd/hlang/http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/hlang/http.go b/cmd/hlang/http.go
index d581b03..a4858c1 100644
--- a/cmd/hlang/http.go
+++ b/cmd/hlang/http.go
@@ -16,7 +16,7 @@ import (
"within.website/x/xess"
)
-//go:generate go run github.com/a-h/templ/cmd/templ@latest generate
+//go:generate go tool templ generate
var (
maxBytes = flag.Int64("max-playground-bytes", 75, "how many bytes of data should users be allowed to post to the playground?")