//
pkg.gl
Category
github.com/anothercooldude/golang-angular
todo
package
0.0.0-20200106080246-7fc184cedc2f
Repository:
https://github.com/anothercooldude/golang-angular.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
77 SLOC
#
Functions
Add
Add will add a new todo based on a message.
Complete
Complete will set the complete boolean to true, marking a todo as completed.
Delete
Delete will remove a Todo from the Todo list.
Get
Get retrieves all elements from the todo list.
#
Structs
Todo
Todo data structure for a task with a description of what to do.