Versions in this module Expand all Collapse all v1 v1.13.0 Dec 8, 2016 v1.4.1 May 13, 2015 Changes in this version + type File struct + Contents string + Directory bool + Path string + type MockFilesystem map[string]File + func NewMockFilesystem(files ...File) MockFilesystem + func (m MockFilesystem) ReadFile(filename string) ([]byte, error)