github.com/jwhonce/docker@v0.6.7-0.20190327063223-da823cf3a5a3/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  }