timetracker with golang
- mongodb
- go
- clone this repo
- change to the repo
- local build
go build - optional: installation to bin directory
go install
- automatic testing:
ginkgo watch -r --randomizeAllSpecs --trace --race --failFast --compilers=2 --cover --notify
MIT license