blob: aeac78cda57d9ea63f5ccb260c4ad63290f10b12 [file] [log] [blame]
package docker
import "errors"
func mount(source string, target string, fstype string, flags uintptr, data string) (err error) {
return errors.New("mount is not implemented on darwin")
}