Mirror

Vova Tkach c3e78e5c61 Code refactoring 6 years ago
engine c3e78e5c61 Code refactoring 6 years ago
hosts c3e78e5c61 Code refactoring 6 years ago
vendor ffe75f9693 Dependency manager, mysql driver as dependency 6 years ago
.gitignore 8938fb8a5a Update .gitignore 6 years ago
Gopkg.lock ffe75f9693 Dependency manager, mysql driver as dependency 6 years ago
Gopkg.toml ffe75f9693 Dependency manager, mysql driver as dependency 6 years ago
LICENSE 1c4c3eeaaf Initial commit 6 years ago
Makefile 1facdfe432 Version up 6 years ago
README.md 829a0385a9 Update README.md 6 years ago
backend.go c3e78e5c61 Code refactoring 6 years ago
frontend.go c3e78e5c61 Code refactoring 6 years ago
main.go c3e78e5c61 Code refactoring 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.