fusego/internal/fuseshim/unmount.go

7 lines
133 B
Go
Raw Normal View History

2015-07-23 09:23:26 +03:00
package fuseshim
// Unmount tries to unmount the filesystem mounted at dir.
func Unmount(dir string) error {
return unmount(dir)
}