| .. | ||
| api.go | ||
| go.mod | ||
| go.sum | ||
| README.md | ||
goulette
configuration
make sure go is in your path, system and local. put into .bashrc:
export PATH=$PATH:/usr/local/go/bin:~/go
install
tools
install github.com/mitranim/gow@latest
modules
go mod downlaod
run with gow - watches the program
gow run api.go