mirror of
https://github.com/moby/moby.git
synced 2026-07-21 23:12:13 +00:00
builder/builder-next/exporter/mobyexporter/writer.go:83:3: shadow: declaration of "dt" shadows declaration at line 42 (govet)
dt, err := json.Marshal(cache.Data)
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>