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

Implement Render method to close #1 #10

Closed ghost closed 9 years ago

ghost commented 9 years ago

This implements Revel Framework's Render like method (#1). It is not type safe. A separate tool that will check existence of templates will be needed.