diff options
-rw-r--r-- | resources.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/resources.go b/resources.go index 9d36ddf..85d4d7e 100644 --- a/resources.go +++ b/resources.go @@ -21,7 +21,9 @@ var sourceHandler = http.StripPrefix( http.FileServer(http.FS(sourceFS)), ) -//go:embed templates/* static/* hookc/hookc man/*.html man/*.txt man/*.css +//go:embed templates/* static/* +//go:embed man/*.html man/*.txt man/*.css +//go:embed hookc/hookc git2d/git2d var resourcesFS embed.FS var templates *template.Template |