This project is inspired from https://github.com/gophercises/task. The goal is to play around with Go programming language.
Build: go build main.go
Run: ./main
To show the DB: ./main show
To insert into DB: ./main insert taskID taskName
To delete from DB: ./main delete taskID