sgreben / http-file-server

tiny portable HTTP file server. single binary, no dependencies. linux, osx, windows. #golang
MIT License
214 stars 40 forks source link

Make the repository a Go module #5

Closed codesoap closed 3 years ago

codesoap commented 3 years ago

Once this repository is a Go module, http-file-server can be installed using go install. I find this to be the easiest way of installation.

sgreben commented 3 years ago

Cool, thanks!