mirror of
https://github.com/anotherhadi/spilltea.git
synced 2026-05-20 17:52:33 +02:00
merge plugins & docs embed
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
package spilltea
|
|
||||||
|
|
||||||
import "embed"
|
|
||||||
|
|
||||||
//go:embed docs
|
|
||||||
var DocsFS embed.FS
|
|
||||||
@@ -8,6 +8,9 @@ import (
|
|||||||
"path/filepath"
|
"path/filepath"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
//go:embed docs
|
||||||
|
var DocsFS embed.FS
|
||||||
|
|
||||||
//go:embed plugins/*.lua
|
//go:embed plugins/*.lua
|
||||||
var PluginsFS embed.FS
|
var PluginsFS embed.FS
|
||||||
|
|
||||||
Reference in New Issue
Block a user