#SimpleHTTPServer
This is a Go Replacement for python SimpleHTTPServer. It uses no external dependencies and is basically a thin wrapper around the
http.ServeFile method
go get github.com/joshi4/SimpleHTTPServer SimpleHTTPServer [port]
If a port is not specified it will use the default port which is set to be 9000