package
0.1.0
Repository: https://github.com/andrewspearson/gotenable.git
Documentation: pkg.go.dev

# Functions

ErrFatal is a convenience function for error handling.
JSONToIface unmarshals JSON data to an interface.
JSONToStruct unmarshals JSON to struct.
PPrintJSON pretty prints JSON data.
RequestDump logs the entire HTTP request for debugging.
ResponseDump logs entire HTTP response for debugging.
StructToJSON marshals struct data to JSON.
UserInput captures user input and has configurable echo.