mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
3551893f46
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> |
||
---|---|---|
.. | ||
httputils.go | ||
httputils_test.go | ||
mimetype.go | ||
mimetype_test.go | ||
resumablerequestreader.go | ||
resumablerequestreader_test.go |