diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-18 19:52:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-18 19:52:00 +0800 |
commit | cbf280f54ced411020e4526aa2be21cd50aff529 (patch) | |
tree | a403cc384a92fdb225680be9cac025874133759d /resources.go | |
parent | Revert "Comic Sans" (diff) | |
download | forge-cbf280f54ced411020e4526aa2be21cd50aff529.tar.gz forge-cbf280f54ced411020e4526aa2be21cd50aff529.tar.zst forge-cbf280f54ced411020e4526aa2be21cd50aff529.zip |
git_hooks_client -> hookc
Diffstat (limited to '')
-rw-r--r-- | resources.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources.go b/resources.go index 63a93af..41d15d7 100644 --- a/resources.go +++ b/resources.go @@ -21,7 +21,7 @@ import ( //go:embed *.scfg //go:embed Makefile //go:embed static/* templates/* scripts/* sql/* -//go:embed git_hooks_client/*.c +//go:embed hookc/*.c //go:embed vendor/* var source_fs embed.FS @@ -30,7 +30,7 @@ var source_handler = http.StripPrefix( http.FileServer(http.FS(source_fs)), ) -//go:embed templates/* static/* git_hooks_client/git_hooks_client +//go:embed templates/* static/* hookc/hookc var resources_fs embed.FS var templates *template.Template |