mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-10 03:47:30 +00:00
6 lines
129 B
Go
6 lines
129 B
Go
package fuse
|
|
|
|
// Unmount tries to unmount the filesystem mounted at dir.
|
|
func Unmount(dir string) error {
|
|
return unmount(dir)
|
|
}
|