mirror of
https://github.com/moby/moby.git
synced 2026-07-09 16:17:28 +00:00
Also, this removes the use of a questionable golang range feature which corrects for mutation of a slice during iteration over that slice. This makes the filter operation easier to read and reason about. Signed-off-by: David Sheets <dsheets@docker.com>