Remove unused CompressionFormats variable
This commit is contained in:
parent
6bd97f30c2
commit
ee09812376
|
@ -17,12 +17,6 @@ import (
|
||||||
"seedno.de/seednode/roulette/types"
|
"seedno.de/seednode/roulette/types"
|
||||||
)
|
)
|
||||||
|
|
||||||
var CompressionFormats = []string{
|
|
||||||
"none",
|
|
||||||
"zlib",
|
|
||||||
"zstd",
|
|
||||||
}
|
|
||||||
|
|
||||||
type fileIndex struct {
|
type fileIndex struct {
|
||||||
mutex *sync.RWMutex
|
mutex *sync.RWMutex
|
||||||
list []string
|
list []string
|
||||||
|
|
|
@ -17,7 +17,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AllowedCharacters string = `^[A-z0-9.\-_]+$`
|
AllowedCharacters string = `^[A-z0-9.\-_]+$`
|
||||||
ReleaseVersion string = "5.4.1"
|
ReleaseVersion string = "5.4.2"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in New Issue