mirror of
https://github.com/moby/moby.git
synced 2026-07-08 07:37:55 +00:00
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>