Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
f06fd6d3c99bb9f8d8067ac60d6cc0e91c67990e
/
.
/
integration-cli
/
docker_api_containers_unix_test.go
blob: 1477550bda57338b873e7d4a2108e9b0aa9cd789 [
file
] [
log
] [
blame
]
//go:build !windows
package main
import "github.com/moby/sys/mount"
func mountWrapper(device, target, mType, options string) error {
return mount.Mount(device, target, mType, options)
}