|
|
|
|
|
by dalke
5009 days ago
|
|
My knowledge of this comes from the linked-to tutorial: "Web.go doesn't include a templating library. However, there are several good ones available, such as mustache.go. The template package in Go is not recommended for web.go because it doesn't allow templates to be embedded within each other, which causes a lot of duplicated text." It seems that the web.go authors thinks that Go's template language batteries are of the wrong size. |
|
What you're looking for is Revel. http://robfig.github.com/revel/