Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
35913e58c2089c2d19eb02b611fc289d1c56f113
/
.
/
pkg
/
mount
/
mounter_unsupported.go
blob: c3e5aec274485efdb3718eac4c5fc962b97de439 [
file
]
// +build !linux,!freebsd freebsd,!cgo
package mount
// import "github.com/docker/docker/pkg/mount"
func mount(device, target, mType string, flag uintptr, data string) error {
panic("Not implemented")
}