Revel Framework is a high-productivity web framework for the Go language, in the spirit of Rails and Play!.
Changes since v0.12.0 Breaking Changes revel/revel: Application Config name changed from watcher.* to watch.* PR #992, PR #991 Features revel/revel: Request access log PR #1059, PR #913, #1...
Looks good!
Go 1.5 adds a new, much faster garbage collector, more parallelism by default, go tool trace, and more.
bash completion for go and wgo. Contribute to skelterjohn/go-pkg-complete development by creating an account on GitHub.
Changes since v0.11.3: Breaking Changes Add import path to new testing sub-package for all Revel tests. For example: package tests import "github.com/revel/revel/testing" type AppTest...