gofmt and test sub directories in makefile
This commit is contained in:
parent
c7e63191fd
commit
ff418e9c36
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue