A sample cli application in golang using cobra and boltdb.
Uses Dep for dependency management.
$ git clone https://github.com/samparsky/go-cli
$ go install .
$ task add Fetch water
$ task add Visit grocery
$ task add Call mama
$ task list
You have the following tasks
1. Fetch Water
2. Visit grocery
3. Call mama
$ task do 1
Marked "1" as completed.