mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-14 13:23:30 +00:00
golint on pkg/init now complains:
golint...
./init.go:199:2: redundant if ...; err != nil check, just return error instead.
Resulting in a change which doesn't seem like an improvement to me.
Signed-off-by: Ian Campbell <ijc@docker.com>