Skip to content

Instantly share code, notes, and snippets.

@presmihaylov
Created April 5, 2020 05:59
Show Gist options
  • Save presmihaylov/45bf2dee2b53e534ea0346d1619794e0 to your computer and use it in GitHub Desktop.
Save presmihaylov/45bf2dee2b53e534ea0346d1619794e0 to your computer and use it in GitHub Desktop.
...
// New http handler
func New(s *http.ServeMux, logger *zap.SugaredLogger) *Handler {
h := Handler{s, logger}
h.registerRoutes()
return &h
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment