A Todo CLI app made with Go and SQLite.
Your need install Go (1.19+) and SQLite3. For run just clone this project and exec:
go run .This create the database file in project root. For build exec:
go build -tags prod -o ./build/gtask_v2.0Now the database file will be create in the path of executable.
- gtask list
- gtask add
task - gtask remove
task_id