Simple golang fileserver using sane defaults
Compile with make
Run with make run
$ bin/fileserver -h
Usage of bin/fileserver:
-dir string
Directory to serve (default ".")
-host string
Interface on which to listen (default "localhost")
-port int
Port number on which to listen (default 8888)