Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 261 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 261 Bytes

go-serve

HTTP serve from local directories. A better alternative to python -m SimpleHTTPServer

usage

$  go-serve -help
Usage of go-serve:
  -path string
    	path to serve (default ".")
  -port string
    	Port to listen (default "8085")