The default `http.Get` stops after 10 redirects (see `defaultCheckRedirect` in [`http`](http://golang.org/src/net/http/client.go))
The default
http.Getstops after 10 redirects (seedefaultCheckRedirectinhttp)