mirror of
https://github.com/opencontainers/runc.git
synced 2025-09-26 19:41:35 +08:00

In these cases, omitempty doesn't really work so it is useless, but omitzero actually works. As a result, output of `runc events` may omit these fields if all they contain are zeroes. NOTE this might be a breaking change. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>