1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-23 21:07:03 +00:00

Nothing special here, read the HISTORY.md for 4.0.0-alpha.3 release

https://github.com/kataras/iris/blob/master/HISTORY.md
This commit is contained in:
Gerasimos Maropoulos
2016-07-18 18:16:58 +03:00
parent 9326a771aa
commit d90cfaea81

View File

@@ -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)
}