//go:build darwin || windows// +build darwin windowspackageutilimport("github.com/pkg/errors")// FindDeviceNodes is not implemented anywhere except Linux.funcFindDeviceNodes()(map[string]string,error){returnnil,errors.Errorf("not supported on non-Linux OSes")}