mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
365a63a573
Here, err is never non-nil as it was checked earlier. Fixes the following linter warning: > daemon/graphdriver/copy/copy.go:136:10: nilness: impossible condition: nil != nil (govet) > if err != nil { > ^ Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> |
||
---|---|---|
.. | ||
copy.go | ||
copy_cgo.go | ||
copy_nocgo.go | ||
copy_test.go |