mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
86312a4732
This fix fixes the following issue with `go vet`: ``` $ go tool vet cmd/dockerd/daemon.go cmd/dockerd/daemon.go:163: the cancel function is not used on all paths (possible context leak) cmd/dockerd/daemon.go:167: this return statement may be reached without using the cancel var defined on line 163 ``` Signed-off-by: Yong Tang <yong.tang.github@outlook.com> |
||
---|---|---|
.. | ||
dockerd |