mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 17:59:24 -04:00
9 lines
152 B
Go
9 lines
152 B
Go
package data
|
|
|
|
import "embed"
|
|
|
|
var (
|
|
//go:embed botPolicies.yaml all:apps all:bots all:clients all:common all:crawlers all:meta
|
|
BotPolicies embed.FS
|
|
)
|