From d90cfaea81d49fd6af02786f37a43082519d7dee Mon Sep 17 00:00:00 2001 From: Gerasimos Maropoulos Date: Mon, 18 Jul 2016 18:16:58 +0300 Subject: [PATCH] Nothing special here, read the HISTORY.md for 4.0.0-alpha.3 release https://github.com/kataras/iris/blob/master/HISTORY.md --- iris.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iris.go b/iris.go index b1d20138..248c20e4 100644 --- a/iris.go +++ b/iris.go @@ -309,7 +309,7 @@ func (s *Framework) Go() error { } bannerMessage := time.Now().Format(config.TimeFormat) + ": Running at " + strings.Join(hosts, ", ") - s.Logger.PrintBanner(banner, bannerMessage) + s.Logger.PrintBanner(banner, "\n"+bannerMessage) }