diff options
| author | Runxi Yu <me@runxiyu.org> | 2025-02-17 00:49:05 +0800 |
|---|---|---|
| committer | Runxi Yu <me@runxiyu.org> | 2025-02-17 00:49:05 +0800 |
| commit | cdbc7beb0affd97072d48360f84d19e6eb6b061c (patch) | |
| tree | ae97604b14cb6ff59de0b65609fa67f338f1ad84 | |
| parent | git_hooks{.go,_client}: Add stub for git hook clients (diff) | |
| download | forge-cdbc7beb0affd97072d48360f84d19e6eb6b061c.tar.gz forge-cdbc7beb0affd97072d48360f84d19e6eb6b061c.tar.zst forge-cdbc7beb0affd97072d48360f84d19e6eb6b061c.zip | |
resources.go: Embed git_hooks_client/*
| -rw-r--r-- | resources.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources.go b/resources.go index 7bf43b7..7d24cb3 100644 --- a/resources.go +++ b/resources.go @@ -14,6 +14,7 @@ import ( //go:embed Makefile //go:embed schema.sql //go:embed static/* templates/* +//go:embed git_hooks_client/* //go:embed vendor/* var source_fs embed.FS |
