mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 09:48:08 -04:00

* 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>
9 lines
148 B
Go
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
|
|
)
|