mirror of
https://github.com/docker/cli.git
synced 2026-09-24 23:41:10 -05:00
3b33d2d58031307a9069acc358eac112d9ae74d5
`golint` had the following issue when linting this file: ``` daemon/logger/jsonfilelog/read.go:116:10: should omit type io.Reader from declaration of var rdr; it will be inferred from the right-hand side ``` In order to keep it happy changing it to an indirect assignment will still maintain the same functionality. Signed-off-by: Tom Booth <tombooth@gmail.com> Upstream-commit: 6314bec641b473571c0160d85bdc70250342185a Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%