Provide feedback in console about port

This commit is contained in:
Max Chadwick 2016-04-10 23:17:28 -04:00
parent 1ca831b1d1
commit 3e6180cb74
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ func main() {
RegisterWeb(router)
api.Register(router.WithPrefix("/api"))
log.Infof("Listening on %s", *listenAddress)
go listen(router)
var (