gofmt and test sub directories in makefile

This commit is contained in:
Victor Vieux 2013-06-19 14:50:58 +00:00
parent c7e63191fd
commit ff418e9c36

View file

@ -481,7 +481,7 @@ type Registry struct {
func NewRegistry(root string, authConfig *auth.AuthConfig) *Registry {
httpTransport := &http.Transport{
DisableKeepAlives: true,
Proxy: http.ProxyFromEnvironment,
Proxy: http.ProxyFromEnvironment,
}
r := &Registry{