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.
The router package is not specific to the toolkit. Moreover, it is not required. While it provides some useful features, generated apps can work with any other router that is compatible with the standard library. Thus, moving it into contrib repo.
The router package is not specific to the toolkit. Moreover, it is not required. While it provides some useful features, generated apps can work with any other router that is compatible with the standard library. Thus, moving it into
contrib
repo.