modulepackage
0.0.0-20210805152040-ba416382e403
Repository: https://github.com/mtojek/fileserver.git
Documentation: pkg.go.dev
# README
fileserver
Simple Golang HTTP Server
Run simple HTTP server and serve files in the current working directory. The application is an alternative to the Python module SimpleHTTPServer.
Getting started
$ go get github.com/mtojek/fileserver
$ fileserver
If you want to use custom HTTP port, please select it through command line args:
$ fileserver 5555