# 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.