Documentation ¶ Overview ¶ Package debug provides handler support for the debugging endpoints. Index ¶ func Mux() *http.ServeMux Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Mux ¶ func Mux() *http.ServeMux Mux registers all the debug routes from standard library into a new mux bypassing the use of the DefaultServerMux. Using the DefaultServerMux would be a security risk since a dependency could inject a handler into our service without us knowing it. Types ¶ This section is empty. Source Files ¶ View all Source files debug.go Click to show internal directories. Click to hide internal directories.