While at it, made sure there's no space between // and nolint
(as it is required for comments aimed for tools not humans).
This fixes the following golangci-lint warning:
> WARN [runner/nolint_filter] Found unknown linters in //nolint directives: golint
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
The vfs driver already has logic that avoids use of the copy package
when we're not on Linux, so provide the same fallback in the copy
package for non-cgo cases.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>