assets as is gzip'ed

This commit is contained in:
damiva
2023-03-24 18:57:43 +03:00
committed by GitHub
parent 6846c73d3d
commit b8a896dae1

View File

@@ -11,13 +11,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)