diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-06 22:37:06 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-06 22:37:06 +0800 |
commit | db3253c44336bfafbf9fef7ba408ec99b0f131c2 (patch) | |
tree | fa081473303614da070708c594f35618c5d3f670 /resources.go | |
parent | *: Add column headers to tables (diff) | |
download | forge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.tar.gz forge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.tar.zst forge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.zip |
scripts, sql: Reorganize
Diffstat (limited to 'resources.go')
-rw-r--r-- | resources.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/resources.go b/resources.go index 6c3cece..20d4484 100644 --- a/resources.go +++ b/resources.go @@ -17,8 +17,7 @@ import ( //go:embed *.go go.mod go.sum //go:embed *.scfg //go:embed Makefile -//go:embed schema.sql -//go:embed static/* templates/* +//go:embed static/* templates/* scripts/* sql/* //go:embed git_hooks_client/*.c //go:embed vendor/* var source_fs embed.FS |