blob: ce448036f22458f72d73c9af9efdb29b8998d4d6 [file] [log] [blame]
package aufs
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")
}