1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-21 11:57:02 +00:00

Nothing special yet: Readme updates and gofmt -s -w . (including vendor)

Former-commit-id: b275e55b7cd90392772c49f72e8ecd644bf0634c
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-03-03 04:54:18 +02:00
parent 97b9d56e56
commit 1f5a274cae
3 changed files with 18 additions and 23 deletions

View File

@@ -462,7 +462,6 @@ func (s *Framework) Boot() (firstTime bool) {
// right before the Listen, all methods have been setted
// usually is used to adapt third-party servers or proxies or load balancer(s)
s.policies.EventPolicy.Fire(s.policies.EventPolicy.Build, s)
firstTime = true
})
return