1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-19 10:57:05 +00:00
I forgot to use sort.Sort lawl
This commit is contained in:
Makis Maropoulos
2016-06-18 20:26:35 +03:00
parent 78aa4f7681
commit 15139e33b7
3 changed files with 9 additions and 7 deletions

View File

@@ -77,6 +77,4 @@ func (i *iriscontrol) GetDescription() string {
// PreClose any clean-up
// temporary is empty because all resources are cleaned graceful by the iris' station
func (i *iriscontrol) PreClose(s *iris.Framework) {
s.Logger.Infof("Main server terminated")
}
func (i *iriscontrol) PreClose(s *iris.Framework) {}