blackhole://nilFM

quartzgun

quartzgun is a basic web framework in Go which provides the following primitives:

The framework is designed to enable speedy development of websites and APIs. It's inspired by Django and Express in terms of the ease of use and speed of development, but interpreted through the explicit and minimal design aesthetic of Go (and with the safety and performance benefits that come with the language).

See the readme for up-to-date roadmap and features -- development is in the early stages. A test suite is planned, as well as possibly more UserStore implementations and maybe sort of Data Access interface.