Commit 7b7b45dc authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Make SwitchedFileSystem use DefaultFileSystem too.

parent 8acbd4b0
...@@ -21,6 +21,7 @@ import ( ...@@ -21,6 +21,7 @@ import (
// it also works if the encompassing file system already has the // it also works if the encompassing file system already has the
// mounted directory. // mounted directory.
type SwitchFileSystem struct { type SwitchFileSystem struct {
DefaultFileSystem
fileSystems SwitchedFileSystems fileSystems SwitchedFileSystems
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment