mirror of
https://github.com/moby/moby.git
synced 2026-07-09 08:07:56 +00:00
plugin/backend_linux.go:527:2: shadow: declaration of "manifest" shadows declaration at line 473 (govet)
manifest, err := buildManifest(ctx, pm.blobStore, p.Config, p.Blobsums)
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>