Bookmark
Gorilla, the golang web toolkit
www.gorillatoolkit.org/, posted 2016 by peter in development free golang opensource software
Gorilla is a web toolkit for the Go programming language.
Bookmark
Caddy - The HTTP/2 Web Server with Fully Managed SSL
https://caddyserver.com/, posted 2016 by peter in development free golang hosting opensource software
Caddy supports HTTP/2, IPv6, Markdown, WebSockets, FastCGI, templates and more, right out of the box. [...] Caddy uses Let's Encrypt to serve your sites over HTTPS without any hassle. Supports SNI.
Bookmark
An Introduction to Programming in Go
www.golang-book.com/, posted 2014 by peter in development golang online reference
Bookmark
Volatile and Decentralized: Rewriting a large production system in Go
matt-welsh.blogspot.se/2013/08/rewriting-large-production-system-in-go.html, posted 2013 by peter in development golang google toread
My team at Google is wrapping up an effort to rewrite a large production system (almost) entirely in Go. I say "almost" because one component of the system -- a library for transcoding between image formats -- works perfectly well in C++, so we decided to leave it as-is. But the rest of the system is 100% Go, not just wrappers to existing modules in C++ or another language. It's been a fun experience and I thought I'd share some lessons learned.
1–4 (4)