anubis/data/embed.go
Xe Iaso 6e82373718
feat(config): allow multi-level imports (#402)
* feat(config): allow multi-level imports

Signed-off-by: Xe Iaso <me@xeiaso.net>

* chore(data): fix spelling of Marginalia

Signed-off-by: Xe Iaso <me@xeiaso.net>

---------

Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-05-02 13:57:20 -04:00

9 lines
148 B
Go

package data
import "embed"
var (
//go:embed botPolicies.yaml botPolicies.json all:apps all:bots all:common all:crawlers
BotPolicies embed.FS
)