# Functions
NewHTTPRouter returns a new instance of julienschmidt/httprouter this is the default router when using api2go.
# Structs
HTTPRouter default router implementation for api2go.
# Interfaces
Routeable allows drop in replacement for api2go's router by default, we are using julienschmidt/httprouter but you can use any router that has similiar features e.g.
# Type aliases
HandlerFunc must contain all params from the route in the form key,value.