summaryrefslogtreecommitdiff
path: root/vendor/github.com/containers/storage/drivers/driver_darwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/containers/storage/drivers/driver_darwin.go')
-rw-r--r--vendor/github.com/containers/storage/drivers/driver_darwin.go10
1 files changed, 4 insertions, 6 deletions
diff --git a/vendor/github.com/containers/storage/drivers/driver_darwin.go b/vendor/github.com/containers/storage/drivers/driver_darwin.go
index 357851543..b60883a9e 100644
--- a/vendor/github.com/containers/storage/drivers/driver_darwin.go
+++ b/vendor/github.com/containers/storage/drivers/driver_darwin.go
@@ -1,11 +1,9 @@
package graphdriver
-var (
- // Slice of drivers that should be used in order
- priority = []string{
- "vfs",
- }
-)
+// Slice of drivers that should be used in order
+var Priority = []string{
+ "vfs",
+}
// GetFSMagic returns the filesystem id given the path.
func GetFSMagic(rootpath string) (FsMagic, error) {