Mirror

Vova Tkach f42a7e1ac2 Migrate to go mod 6 years ago
.bak f161ff4e7c Backup all 6 years ago
assets 3f7c2be268 Back all templates to assets 6 years ago
consts e9893f15c9 Better logger, optimisation, wrapper 6 years ago
engine 2bb5c18f45 Test module, fixes, todo tips 6 years ago
hosts 2559a900e9 User settings modal 6 years ago
logger e9893f15c9 Better logger, optimisation, wrapper 6 years ago
modules 2bb5c18f45 Test module, fixes, todo tips 6 years ago
utils 7166faf3f7 Modules progress 6 years ago
vendor f42a7e1ac2 Migrate to go mod 6 years ago
.gitignore d0be3a6e35 Update .gitignore 6 years ago
LICENSE c391c57bd1 Update LICENSE 6 years ago
Makefile f42a7e1ac2 Migrate to go mod 6 years ago
README.md 829a0385a9 Update README.md 6 years ago
go.mod f42a7e1ac2 Migrate to go mod 6 years ago
go.sum f42a7e1ac2 Migrate to go mod 6 years ago
main.go decaf5e97e Modules by reflect 6 years ago
session.go ac8d29ccb7 Session graceful shutdown 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.