package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# Functions

DefaultGetGolang uses the default client to get golang.org.
DoOps takes a client, then fetches google.com.
Setup configures our client and redefines the global DefaultClient.

# Structs

Controller embeds an http.Client and uses it internally.
NopTransport is a No-Op Transport.