Just a simple Go Command Line Application that boots up a server for static files in the current folder.
go run instant_server.go
You can change root directory of static files by using root_dir
flag
go run instant_server.go -root_dir ./mydir -port 8181