Fixed a build error.

geesefs-0-30-9
Aaron Jacobs 2015-07-23 16:23:45 +10:00
parent 61d71f86ba
commit dd005502f0
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
package fuse
import "github.com/jacobsa/fuse/internal/fuseshim"
// Attempt to unmount the file system whose mount point is the supplied
// directory.
func Unmount(dir string) error {