69f6e83862deb5be6af3ec2d41e821f12eb870b5
PR #36011 fixed almost all of the golint issues though there is still one golint error: https://goreportcard.com/report/github.com/docker/docker#golint ``` Golint is a linter for Go source code. docker/daemon/reload.go Line 64: warning: redundant if ...; err != nil check, just return error instead. (golint) ``` This fix fixes the last one. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: e02a3d9f5ba3bd9fa7f21596a6ee784bb58053f9 Component: engine
Description
No description provided
310 MiB
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%