Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 402 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 402 Bytes

Go

How to use

First compile using go:

go build

and run:

./servedir

or by specifying path and port:

./servedir --path=/home/foo/Documents --port=12345

Packages