mirror of
https://github.com/willnorris/imageproxy.git
synced 2025-02-10 23:40:13 -05:00
Adds: - github.com/kr/http/transport - github.com/sqs/s3 - github.com/sqs/s3/s3util - sourcegraph.com/sourcegraph/s3cache
4 lines
180 B
Text
4 lines
180 B
Text
package transport contains a generic wrapper for http.RoundTripper
|
|
|
|
It was shamelessly copied (slightly modified) from
|
|
https://github.com/golang/oauth2/blob/95a9f97e5/transport.go
|