I am currently developing several web applications for my personal use. From these projects, I have extracted my own small web framework—Burrow.

It is based on some concepts from the Django framework, which I love, and combines them with some concepts that I particularly appreciate about Go. Optimized for the small web, self-hosting, and easy deployment.

https://github.com/oliverandrich/burrow

#golang #webframework

@oliverandrich I don't know anything about Go but this seems very nifty!