package
0.0.0-20200629071412-e58ac132051d
Repository: https://github.com/seanrmurphy/go-fullstack.git
Documentation: pkg.go.dev
# Functions
DeleteTodo deletes a todo specified with a uuid.
HandleRequest performs some basic validation on the input id, if valid sends to the delete function and generates a return JSON string which is human readabled.