mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 08:19:12 +00:00
9 lines
203 B
Go
9 lines
203 B
Go
// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors.
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
package indexer
|
|
|
|
import "embed"
|
|
|
|
//go:embed definitions
|
|
var Definitions embed.FS
|