Hacker News new | ask | show | jobs
by sneak 1304 days ago
I literally have a medium-sized repo full of boilerplate required for a normal go web service.

It will be nice to one day factor it out into something I can import versus having to simply copy the template repo.

The stdlib is great but it doesn't give you sessions, orm, csrf, sass/minification, good templating, embedding, etc out of the box. You have to paste in lots of boilerplate to get those working.

https://git.eeqj.de/sneak/gohttpserver

It's WTFPL so feel free to cannibalize it in whole or part to save time. master is a bit outdated as I am moving it over to use uber/fx:

https://git.eeqj.de/sneak/gohttpserver/pulls/17