fixed offset
go-web is a collection of utilities for http servers written in Go.
It has the following packages:
NOTE: go-web used to be an experimental fork of Go‘s net/http package. It’s no longer a fork and now uses the standard http package, making it easier to be used along with Gorilla Toolkit and other packages.
There are some nice examples including a full featured web application with sign up, using MySQL and Redis for storage.
There's also some live stuff: