Fixed some package names.

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

View File

@ -1,4 +1,4 @@
package bazilfuse
package fuseshim
// Unmount tries to unmount the filesystem mounted at dir.
func Unmount(dir string) error {

View File

@ -1,6 +1,6 @@
// +build !linux
package bazilfuse
package fuseshim
import (
"os"