This commit is contained in:
nikk gitanes
2023-03-25 08:43:30 +03:00
9 changed files with 4 additions and 4 deletions

View File

@@ -12,13 +12,13 @@ import (
)
var (
//go:embed russian.min.gz
//go:embed russian.json.gz
rus []byte
//go:embed torrents.min.gz
//go:embed torrents.js.gz
trs []byte
//go:embed torrent.min.gz
//go:embed torrent.js.gz
trn []byte
//go:embed ts.min.gz
//go:embed ts.js.gz
its []byte
idb = new(sync.Mutex)