summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 19:39:19 -0600
committerJeff Carr <[email protected]>2024-01-15 19:39:19 -0600
commit495a08eddaef290dd4a6f63a543cf31ef26522f5 (patch)
tree49b6119e393b5f3f245a3fecaa05b260e40d097e /main.go
parentdb86b09070f2ffd69dda9354aff7c9383739a8e0 (diff)
start to clean out directoriesv0.12.4
Signed-off-by: Jeff Carr <[email protected]>
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 0e2a126..b9f039f 100644
--- a/main.go
+++ b/main.go
@@ -19,7 +19,7 @@ import (
"github.com/miekg/dns"
)
-//go:embed plugins/*.so
+//go:embed plugins/*
var resToolkit embed.FS
func main() {