Skip to content

Instantly share code, notes, and snippets.

@preslavmihaylov
Last active April 12, 2020 11:53
Show Gist options
  • Save preslavmihaylov/7e5722cc336211f50827dd1b947533e7 to your computer and use it in GitHub Desktop.
Save preslavmihaylov/7e5722cc336211f50827dd1b947533e7 to your computer and use it in GitHub Desktop.
package httpfx
// imports
// Module provided to fx
var Module = fx.Options(
fx.Provide(http.NewServeMux),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment