chore(btrfs): rename fs to btrfs

This is because the actions is specific for btrfs.
This commit is contained in:
Yicheng Qin
2014-04-09 15:06:17 -07:00
parent 375aeb57af
commit bda8849c3b
5 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
package fs
package btrfs
import (
"os"

View File

@@ -1,4 +1,4 @@
package fs
package btrfs
import (
"io/ioutil"