pkg/fs.go (
5
lines of code) (
raw
):
package pkg import "github.com/spf13/afero" var FsFactory = func() afero.Fs { return afero.NewOsFs() }