github.com/devdivbcp/moby@v17.12.0-ce-rc1.0.20200726071732-2d4bfdc789ad+incompatible/pkg/mount/mounter_unsupported.go (about)

     1  // +build !linux,!freebsd freebsd,!cgo
     2  
     3  package mount // import "github.com/docker/docker/pkg/mount"
     4  
     5  func mount(device, target, mType string, flag uintptr, data string) error {
     6  	panic("Not implemented")
     7  }