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 Listen string
Log string Log string
CPUProfile string CPUProfile string
TLS bool
TLSKey string TLSKey string
TLSCert string TLSCert string
TLS bool
AppendOnly bool AppendOnly bool
Prometheus bool Prometheus bool
Debug bool Debug bool