Versions in this module Expand all Collapse all v0 v0.1.1 Jun 23, 2019 v0.1.0 Apr 1, 2019 Changes in this version + type KitFs struct + Fs afero.Fs + func Get() *KitFs + func NewDefaultFs(dir string) *KitFs + func (f *KitFs) Exists(path string) (bool, error) + func (f *KitFs) Mkdir(dir string) error + func (f *KitFs) MkdirAll(path string) error + func (f *KitFs) ReadFile(path string) (string, error) + func (f *KitFs) WriteFile(path string, data string, force bool) error