goaltools / goal

Goal is a toolkit for high productivity web development in Go language in the spirit of Revel Framework that is built around the concept of code generation.
BSD 2-Clause "Simplified" License
87 stars 3 forks source link

Add utils package to the skeleton application #18

Closed ghost closed 9 years ago

ghost commented 9 years ago

The part related to the initialization of handler functions and controllers + build of routes is repeated both in the main package and tests of controllers. So it was extracted into its own package utils.