Remove unused constant

Signed-off-by: Tristan Claverie <public@tclaverie.eu>
This commit is contained in:
Tristan Claverie 2018-03-03 15:20:30 +01:00
parent 1194e09e22
commit 43ebd70e2d

View file

@ -32,8 +32,6 @@ import (
"github.com/sirupsen/logrus"
)
const componentName = "monolith"
var (
httpBindAddr = flag.String("http-bind-address", ":8008", "The HTTP listening port for the server")
httpsBindAddr = flag.String("https-bind-address", ":8448", "The HTTPS listening port for the server")