Mirror

Vova Tkach 75e1c9e830 Rename variable 6 years ago
engine c4ae32ae86 Speed up static files response 6 years ago
hosts 07be74e92d Initial commit 6 years ago
.gitignore 07be74e92d Initial commit 6 years ago
LICENSE 1c4c3eeaaf Initial commit 6 years ago
Makefile 07be74e92d Initial commit 6 years ago
README.md fe625f1051 Update README 6 years ago
main.go 75e1c9e830 Rename variable 6 years ago

README.md

golang-fave

Usage of ./fave:
  -dir string
    	virtual hosts directory
  -host string
    	server host (default "0.0.0.0")
  -port int
    	server port (default 8080)

Development

make - debug, make run - run on all ips and port 8080, make build - build release for Linux, Mac OS X and Windows.