mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
client/system_disk_usage.go:275:3: missing cases in switch of type container.ContainerState: container.StateCreated, container.StateRemoving, container.StateExited, container.StateDead (exhaustive)
switch c.State {
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>