moby--moby/pkg/httputils
Zhang Wei 3551893f46 Fix escaped go vet error
Find one escaped go vet error:

```
$ cd pkg/httputils/
$ go vet .
httputils_test.go:28: arg response for printf verb %q of wrong type:
*net/http.Response
```

You can also find it with

```
$ go vet github.com/docker/docker/pkg/httputils/
```

or

```
$ go vet ./...
```

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2017-01-18 00:13:09 +08:00
..
httputils.go Fix a bit typos 2016-12-09 03:05:11 +08:00
httputils_test.go Fix escaped go vet error 2017-01-18 00:13:09 +08:00
mimetype.go Update docs and code to use application/x-tar in the build API 2017-01-10 06:40:06 +02:00
mimetype_test.go fix t.Errorf to t.Error in serveral _test.go 2016-11-14 17:54:43 +08:00
resumablerequestreader.go Enhance pkg/{httputils,integration}, distribution/xfer unit tests 2016-12-28 11:54:05 +01:00
resumablerequestreader_test.go optimize Fatalf with the expectedError 2017-01-05 14:47:36 +08:00