Category Archives: setup

Serve on multiple hosts / domains with Go

Previously I talked about using Go’s built-in http Package to serve web content.  As some of you might have noticed, you’re binding to the IP address of the server thus regardless of the host or domain you’re serving the same … Continue reading

Posted in example, Go, html, http, setup, web | Leave a comment

Setting up a Go environment

To setup a go environment it’s very simple; install dependency’s, download the source, compile and get started. This guide is based on Arch Linux on a machine where I had already used an AUR build of mongodb, so things like … Continue reading

Posted in Go, setup | Leave a comment