package
0.0.0-20230130100827-6c64ebff31b2
Repository: https://github.com/packtpublishing/go-cookbook.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Exec creates an API Client and uses its GetGoogle method, then prints the result.
NewAPIClient constructor initializes the client with our custom Transport.

# Structs

APIClient is our custom client.
APITransport does a SetBasicAuth for every request.