# README
fileserver
An alternative to python -m http.server
in Go.
If you are unfamiliar with Python fear not, this project spins up a lightweight HTTP server to serve all static files in a folder.
Requirements
How to build
go build -ldflags="-s -w" -o fileserver main.go
# Optional: Compress binary to ~75% of its original size (about 2MiB)
upx fileserver