mirror of
https://github.com/docker/cli.git
synced 2026-09-13 10:05:32 -05:00
In previous patch I had introduce json:"-" tags to be on safer side to make sure certain fields are not marshalled/unmarshalled. But struct fields starting with small letter are not exported so they will not be marshalled anyway. So remove json:"-" tags from there. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Upstream-commit: 0f57c902450b1d4f7a676dc693689debca002e98 Component: engine