905b5b1fe9e8091fde642c59836f83d08bb462b9
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> Upstream-commit: 3551893f46316388add55ab7421e9614d85dc52e Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%