english Static File Server With Go (Part 3: Organizing the code) In my previous post I talked about how I changed some of the default behaviour of Go's http.FileServer to fit my limited needs. Basically, I had built a number of http.Handler
english Static Files on OpenShift with Go (Part 2) In my previous post, I talked about getting a very basic static file server up and running on openshift using Go. I was unhappy with several things: Automatic directory listings: I do not
english Static Files on Openshift with Go (Part 1) I've been looking to set up a lightweight application to serve files on one of my three complementary small "gears" on openshift (a PaaS solution by Red Hat). I wanted to