mirror of
https://github.com/kataras/iris.git
synced 2025-03-15 05:26:26 +01: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:
parent
9326a771aa
commit
d90cfaea81
2
iris.go
2
iris.go
|
@ -309,7 +309,7 @@ func (s *Framework) Go() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
bannerMessage := time.Now().Format(config.TimeFormat) + ": Running at " + strings.Join(hosts, ", ")
|
bannerMessage := time.Now().Format(config.TimeFormat) + ": Running at " + strings.Join(hosts, ", ")
|
||||||
s.Logger.PrintBanner(banner, bannerMessage)
|
s.Logger.PrintBanner(banner, "\n"+bannerMessage)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user