Skip to content

Instantly share code, notes, and snippets.

@bastianccm
Last active February 26, 2020 13:03
Show Gist options
  • Save bastianccm/d51f23d1c5bd4357007ba451d34ed09d to your computer and use it in GitHub Desktop.
Save bastianccm/d51f23d1c5bd4357007ba451d34ed09d to your computer and use it in GitHub Desktop.
package main
import (
"flamingo.me/dingo"
"flamingo.me/flamingo/v3"
"flamingo.me/flamingo/v3/core/requestlogger"
)
func main() {
flamingo.App([]dingo.Module{
new(requestlogger.Module),
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment