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
Replace internal/reflect by the standard library #3
Looks like
internal/reflect
that is currently used for parsing user's controllers and actions can be replaced bygo/types
.