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

Replace internal/reflect by the standard library #3

Open ghost opened 9 years ago

ghost commented 9 years ago

Looks like internal/reflect that is currently used for parsing user's controllers and actions can be replaced by go/types.