mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
I was trying to save nextDeviceId to a file but it would not work and json.Marshal() will do nothing. Then some search showed that I need to make first letter of struct field capital, exporting this field and now json.Marshal() works. This is a preparatory patch for the next one. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Upstream-commit: 8e9a18039be6ade0b8db65f7f298959055d86192 Component: engine