Skip to content

Instantly share code, notes, and snippets.

@preslavmihaylov
Last active April 12, 2020 11:53
Show Gist options
  • Save preslavmihaylov/cbc0ea0577f82b1bdb0cecbdb12fe7dc to your computer and use it in GitHub Desktop.
Save preslavmihaylov/cbc0ea0577f82b1bdb0cecbdb12fe7dc to your computer and use it in GitHub Desktop.
...
func main() {
fx.New(
...
fx.Provide(http.NewServeMux),
...
).Run()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment