Serving is the easiest way to serve files on web.
go get github.com/filipenos/serving
serving -port=<port> -dir=<path to download> -upload=<path to save files>
where
- port = Number of port to usage
- dir = Path to serve a files
- upload = Path to save files uploaded