Skip to content

Instantly share code, notes, and snippets.

@presmihaylov
Last active April 12, 2020 07:27
Show Gist options
  • Save presmihaylov/2e1590e23a6997cdea2daae66092b106 to your computer and use it in GitHub Desktop.
Save presmihaylov/2e1590e23a6997cdea2daae66092b106 to your computer and use it in GitHub Desktop.
...
func main() {
fx.New(
fx.Provide(ProvideConfig),
fx.Provide(ProvideLogger),
fx.Provide(http.NewServeMux),
fx.Invoke(httphandler.New),
).Run()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment