Versions in this module Expand all Collapse all v0 v0.1.1 Aug 11, 2020 Changes in this version + func Equal(afs afero.Fs, reference *Fs) bool + func Show(afs afero.Fs) string + func ShowIndent(afs afero.Fs, n int) string + type FileDesc struct + Path string + Seed int64 + Size int64 + type Fs struct + func From(fs afero.Fs) *Fs + func New(files []FileDesc) *Fs + func Read(s string) *Fs + func (fs *Fs) Equal(other *Fs) bool + func (fs *Fs) Mkfs() afero.Fs + func (fs *Fs) Show() string + func (fs *Fs) ShowIndent(n int) string