Skip to content

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

License

Notifications You must be signed in to change notification settings

richard-mck/go-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages