diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-17 02:03:37 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-17 02:03:37 +0800 |
commit | ed4a8f9068a2a880280954db7f9424bbdc1dee5a (patch) | |
tree | bb50d887e7f598224d9d528d5214e305e57100dd /resources.go | |
parent | config.go: git.hooks_socket (diff) | |
download | forge-ed4a8f9068a2a880280954db7f9424bbdc1dee5a.tar.gz forge-ed4a8f9068a2a880280954db7f9424bbdc1dee5a.tar.zst forge-ed4a8f9068a2a880280954db7f9424bbdc1dee5a.zip |
*: Restructure build system
Diffstat (limited to 'resources.go')
-rw-r--r-- | resources.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources.go b/resources.go index 7d24cb3..4367f8e 100644 --- a/resources.go +++ b/resources.go @@ -14,7 +14,7 @@ import ( //go:embed Makefile //go:embed schema.sql //go:embed static/* templates/* -//go:embed git_hooks_client/* +//go:embed git_hooks_client/*.c //go:embed vendor/* var source_fs embed.FS @@ -27,7 +27,7 @@ func init() { ) } -//go:embed templates/* static/* +//go:embed templates/* static/* git_hooks_client/git_hooks_client var resources_fs embed.FS var templates *template.Template |