GoSimple is a super simple http server for test deployments of static files.
$ go get github.com/baliw/GoSimple
$ $GOPATH/bin/GoSimple --port=8080 --path=/your/htdocs/path
Change the path
flag to the path of your static documents.
Change the port
flag to 80 if you'd like to run off the standard http port.