Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 377 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 377 Bytes

About

GoSimple is a super simple http server for test deployments of static files.

Installing

$ go get github.com/baliw/GoSimple

Usage

$ $GOPATH/bin/GoSimple --port=8080 --path=/your/htdocs/path

Change the path flag to the path of your static documents.

Change the port flag to 80 if you'd like to run off the standard http port.