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:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user