Review feedback

This commit is contained in:
Tom Wilkie
2015-12-10 14:10:36 +00:00
parent ed6c4088fa
commit cc5935a89d
4 changed files with 49 additions and 22 deletions

View File

@@ -33,7 +33,7 @@ type File struct {
// Entry is an entry in the mock filesystem
type Entry interface {
os.FileInfo
fs.T
fs.Interface
}
// Dir creates a new directory with the given entries.