mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update comments about InitRouter
This is a follow-up of commit 408c7ad
(PR: #32453)
Signed-off-by: Yuichiro Kaneko <spiketeika@gmail.com>
This commit is contained in:
parent
8e610b2b55
commit
dbd4c290b7
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ func (s *Server) makeHTTPHandler(handler httputils.APIFunc) http.HandlerFunc {
|
|||
}
|
||||
|
||||
// InitRouter initializes the list of routers for the server.
|
||||
// This method also enables the Go profiler if enableProfiler is true.
|
||||
// This method also enables the Go profiler.
|
||||
func (s *Server) InitRouter(routers ...router.Router) {
|
||||
s.routers = append(s.routers, routers...)
|
||||
|
||||
|
|
Loading…
Reference in a new issue