overdue
This commit is contained in:
6
.rclone_repo/vendor/bazil.org/fuse/unmount.go
generated
vendored
Executable file
6
.rclone_repo/vendor/bazil.org/fuse/unmount.go
generated
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
package fuse
|
||||
|
||||
// Unmount tries to unmount the filesystem mounted at dir.
|
||||
func Unmount(dir string) error {
|
||||
return unmount(dir)
|
||||
}
|
||||
Reference in New Issue
Block a user