mirror of
https://github.com/docker/cli.git
synced 2026-09-12 18:14:42 -05:00
e178fdae88f2d5209a4fadd3547410b5b6ecd73c
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
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%