These are the files from the examples in my net/http
tutorial at http://csfortheslothful.blogspot.com/2016/01/nothing-but-nethttp-fun-with-http.html
example.go
: Downloads the HTML of example.com; run withgo run example.go
sloth-download.go
Downloads a sloth picture from Wikipedia and outputs its image encoding; run withgo run sloth-download.go > sloth.jpg
purple-sloth-download.go
Downloads a sloth picture from Wikipedia, makes it purple, and then outputs the image encoding of the purple sloth picture; run withgo run purple-sloth-download.go > purple-sloth.jpg