aboutsummaryrefslogtreecommitdiff
path: root/resources.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-19 15:10:38 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-19 15:10:38 +0800
commitc00fbc1189c44b6d3d8c79033a3044deaf1c4ca1 (patch)
treed8d6d7d16f597bf29e69113d2a0253310bf284e1 /resources.go
parentRemove underscores from Go code, pt 6 (diff)
downloadforge-c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1.tar.gz
forge-c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1.tar.zst
forge-c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1.zip
Add gohtmplgen to the build processgo
Diffstat (limited to 'resources.go')
-rw-r--r--resources.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources.go b/resources.go
index c1b4a9b..d689e6f 100644
--- a/resources.go
+++ b/resources.go
@@ -20,7 +20,7 @@ import (
//go:embed *.go go.mod go.sum
//go:embed *.scfg
//go:embed Makefile
-//go:embed static/* templates/* scripts/* sql/*
+//go:embed static/* htmpl/* templates/* scripts/* sql/*
//go:embed hookc/*.c
//go:embed vendor/*
var sourceFS embed.FS