Skip to content

Instantly share code, notes, and snippets.

@preslavmihaylov
Last active April 12, 2020 11:10
Show Gist options
  • Save preslavmihaylov/8971f10a8e700e16b93b98fa1c71c8c3 to your computer and use it in GitHub Desktop.
Save preslavmihaylov/8971f10a8e700e16b93b98fa1c71c8c3 to your computer and use it in GitHub Desktop.
package main
// imports
func main() {
fx.New(
bundlefx.Module,
fx.Invoke(httphandler.New),
).Run()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment