package
1.0.0
Repository: https://github.com/josh5276/go-course.git
Documentation: pkg.go.dev

# Functions

Post
Post contains the actual http query we are making out.

# Structs

Err is a type that we expect to receive back when we experience an error.
Output type defines the data we expect to receive back from the routines.
Resp is a type that we expect to receive back.