Optimize Config struct (maligned)

This commit is contained in:
Zlatko Čalušić 2018-01-21 19:25:12 +01:00
parent cd62c2bceb
commit cbe5cf5c74

2
mux.go
View file

@ -18,9 +18,9 @@ var Config = struct {
Listen string
Log string
CPUProfile string
TLS bool
TLSKey string
TLSCert string
TLS bool
AppendOnly bool
Prometheus bool
Debug bool