mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
6 lines
81 B
Go
6 lines
81 B
Go
package indexer
|
|
|
|
import "embed"
|
|
|
|
//go:embed definitions
|
|
var Definitions embed.FS
|