11e7a712f
1 2 3 4 5 6
package fuse // Unmount tries to unmount the filesystem mounted at dir. func Unmount(dir string) error { return unmount(dir) }