package
0.0.0-20191013092351-911f6d3d7247
Repository: https://github.com/jessikamurphy/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

No description provided by the author