//
pkg.gl
Category
github.com/josh5276/go-course
practice
channels
03-example-realworld
package
1.0.0
Repository:
https://github.com/josh5276/go-course.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
0
Files
159 SLOC
#
Functions
Post
Post contains the actual http query we are making out.
#
Structs
Err
Err is a type that we expect to receive back when we experience an error.
Output
Output type defines the data we expect to receive back from the routines.
Resp
Resp is a type that we expect to receive back.