-
Recent Posts
Google Profile Photos [Google Plus Stuff]
Chome Extensions For Google+ [Google Plus Stuff]
Installing Cygwin & the apt-cyg command [HokaPoka]
Move from Xmonad to Gnome Shell [HokaPoka]
Xmonad & Keyboard goodness [HokaPoka]
Getting full Android Market Access on the hiapad C8 [Android Stuff]
Recovery on the MID A8 Cortex heropad/hiapad C8 [Android Stuff]
Yet another device! [Android Stuff]
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
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