package
0.0.0-20200106080246-7fc184cedc2f
Repository: https://github.com/anothercooldude/golang-angular.git
Documentation: pkg.go.dev

# Functions

Add will add a new todo based on a message.
Complete will set the complete boolean to true, marking a todo as completed.
Delete will remove a Todo from the Todo list.
Get retrieves all elements from the todo list.

# Structs

Todo data structure for a task with a description of what to do.