package
0.0.0-20200629071412-e58ac132051d
Repository: https://github.com/seanrmurphy/go-fullstack.git
Documentation: pkg.go.dev

# Functions

GetTodo gets a todo with the specified id; returns an error if this does not exist.
HandleRequest extracts the id of the record, passes it on to the get function, marshalls it and returns it.