reg/vendor/github.com/containerd/continuity/commands/mount_unsupported.go

10 lines
117 B
Go
Raw Normal View History

// +build windows solaris
package commands
import (
"github.com/spf13/cobra"
)
var MountCmd *cobra.Command = nil