/go-todo-list

A Golang to-do list to learn both Go and TDD more thoroughly

Primary LanguageGoApache License 2.0Apache-2.0

Simple Go To-Do List

This is an exercise in learning both Test-Drive Development (TDD) and Go(lang). The goal is to create a simple To-Do list program that stores named lists as JSON files. This repo represents my first attempt to create a working program in Go.

Useful references

Improvements

  • Improve test coverage for bad inputs
  • Add a last updated time
  • Check for duplicate entries