package
0.0.1
Repository: https://github.com/djthorpe/coding-challenge.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
RequestParams returns parameters for a path or nil otherwise.
RequestWithParams returns a request with set parameter.
ServeError is a utility function to serve an error code as plaintext on HTTP.
ServeJSON is a utility function to serve an arbitary object as JSON.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Router represents the requests that can be made to the server and routes them through to the right handler function.
Server is the in-built golang server and adds a router on top.