Mirror

Vova Tkach e527caf075 Hover table rows, svg icons color 6 years ago
constants 92ccf7bb37 Assets version++ 6 years ago
database 3f03c1f1a5 Database schema 6 years ago
engine e527caf075 Hover table rows, svg icons color 6 years ago
hosts 2559a900e9 User settings modal 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
engine.go 2a959c0721 Backend by module 6 years ago
main.go 221a40df84 Display error if localhost dir not exists 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.