mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-14 08:57:34 +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>