Skip to content

Instantly share code, notes, and snippets.

@bastianccm
Created February 26, 2020 13:06
Show Gist options
  • Save bastianccm/bf909ca9dfbb829d95b91be253be059d to your computer and use it in GitHub Desktop.
Save bastianccm/bf909ca9dfbb829d95b91be253be059d to your computer and use it in GitHub Desktop.
package polls
import (
"flamingo.me/dingo"
"flamingo.me/flamingo/v3/framework/web"
)
type Module struct{}
func (*Module) Configure(injector *dingo.Injector) {
web.BindRoutes(injector, new(urls))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment