diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-19 15:10:38 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-19 15:10:38 +0800 |
commit | c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1 (patch) | |
tree | d8d6d7d16f597bf29e69113d2a0253310bf284e1 /resources.go | |
parent | Remove underscores from Go code, pt 6 (diff) | |
download | forge-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.go | 2 |
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 |