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:
1
iris.go
1
iris.go
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user