Optimize Config struct (maligned)

This commit is contained in:
Zlatko Čalušić 2017-10-25 18:16:14 +02:00
parent 9b89df0842
commit 0f9ea68a2e

4
mux.go
View file

@ -16,12 +16,12 @@ import (
var Config = struct { var Config = struct {
Path string Path string
Listen string Listen string
TLS bool
Log string Log string
CPUProfile string CPUProfile string
Debug bool TLS bool
AppendOnly bool AppendOnly bool
Prometheus bool Prometheus bool
Debug bool
}{ }{
Path: "/tmp/restic", Path: "/tmp/restic",
Listen: ":8000", Listen: ":8000",