Skip to content

Instantly share code, notes, and snippets.

@presmihaylov
Created April 5, 2020 05:53
Show Gist options
  • Save presmihaylov/44433a4bb46d9a2cb047c3c67d9c9388 to your computer and use it in GitHub Desktop.
Save presmihaylov/44433a4bb46d9a2cb047c3c67d9c9388 to your computer and use it in GitHub Desktop.
...
func main() {
fx.New(
fx.Provide(ProvideConfig),
fx.Provide(ProvideLogger),
fx.Provide(http.NewServeMux),
).Run()
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment