Remove unused CompressionFormats variable

This commit is contained in:
Seednode 2024-01-14 10:00:34 -06:00
parent 6bd97f30c2
commit ee09812376
2 changed files with 1 additions and 7 deletions

View File

@ -17,12 +17,6 @@ import (
"seedno.de/seednode/roulette/types"
)
var CompressionFormats = []string{
"none",
"zlib",
"zstd",
}
type fileIndex struct {
mutex *sync.RWMutex
list []string

View File

@ -17,7 +17,7 @@ import (
const (
AllowedCharacters string = `^[A-z0-9.\-_]+$`
ReleaseVersion string = "5.4.1"
ReleaseVersion string = "5.4.2"
)
var (