mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
The `archive` package defines aliases for `io.ReadCloser` and `io.Reader`. These don't seem to provide an benefit other than type decoration. Per this change, several unnecessary type cases were removed. Signed-off-by: Stephen J Day <stephen.day@docker.com> Upstream-commit: aa2cc18745cbe0231c33782f0fa764f657e3fb88 Component: engine