mirror of
https://github.com/moby/moby.git
synced 2026-07-13 02:52:20 +00:00
```
pkg/containerfs/archiver.go:121:6: shadow: declaration of "err" shadows declaration at line 92 (govet)
if err := dstDriver.MkdirAll(dstDriver.Dir(dst), 0700); err != nil {
```
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>