summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-23 14:23:41 -0600
committerJeff Carr <[email protected]>2024-02-23 14:23:41 -0600
commit89610b4a7ba3b8f18812a6fe9356671ed0feacb2 (patch)
tree834372193655c1db62263616834fba43bf7872bd /main.go
parentf0e4214d46638a0777191736ec7653c8f4c6bf4b (diff)
rename files to not collide with go-deb
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index ff8200c..f0111de 100644
--- a/main.go
+++ b/main.go
@@ -11,7 +11,7 @@ import (
"go.wit.com/log"
)
-//go:embed files/*
+//go:embed resources/*
var htmlFiles embed.FS
var accessf, clientf *os.File