mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
Fix typo
Former-commit-id: 33ddd4f93ab678d5b496a83088cfe35e61a6d49f
This commit is contained in:
parent
58bb619e89
commit
228b5a66fc
2
iris.go
2
iris.go
|
@ -564,7 +564,7 @@ func (app *Application) ConfigureHost(configurators ...host.Configurator) *Appli
|
||||||
return app
|
return app
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewHost accepts a standar *http.Server object,
|
// NewHost accepts a standard *http.Server object,
|
||||||
// completes the necessary missing parts of that "srv"
|
// completes the necessary missing parts of that "srv"
|
||||||
// and returns a new, ready-to-use, host (supervisor).
|
// and returns a new, ready-to-use, host (supervisor).
|
||||||
func (app *Application) NewHost(srv *http.Server) *host.Supervisor {
|
func (app *Application) NewHost(srv *http.Server) *host.Supervisor {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user