aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/bazil.org/fuse/unmount.go
blob: ffe3f155c4843985acad34bbd2b54689bde3ff34 (plain) (tree)
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)
}