mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-09 20:55:41 -04:00
9 lines
140 B
Go
9 lines
140 B
Go
package data
|
|
|
|
import "embed"
|
|
|
|
var (
|
|
//go:embed botPolicies.yaml botPolicies.json apps bots clients common crawlers
|
|
BotPolicies embed.FS
|
|
)
|