Versions in this module Expand all Collapse all v1 v1.0.1 May 21, 2018 v1.0.0 May 21, 2018 Changes in this version + type FakeLoader struct + func NewFakeLoader(initialDir string) FakeLoader + func (f FakeLoader) AddDirectory(fullDirPath string, mode os.FileMode) error + func (f FakeLoader) AddFile(fullFilePath string, content []byte) error + func (f FakeLoader) Load(location string) ([]byte, error) + func (f FakeLoader) New(newRoot string) (loader.Loader, error) + func (f FakeLoader) Root() string