A simple console-based time tracker with JSON support.
Run with
go run go-watch.go
or build and run with
go build go-watch.go
./go-watch
A JSON file (test.json
) is used to store the start of the project, the total elapsed time,
and the elasped time from the last session.