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 {
Path string
Listen string
TLS bool
Log string
CPUProfile string
Debug bool
TLS bool
AppendOnly bool
Prometheus bool
Debug bool
}{
Path: "/tmp/restic",
Listen: ":8000",