Versions in this module Expand all Collapse all v0 v0.2.0 Nov 8, 2018 Changes in this version + type File interface + AsBytes func() ([]byte, error) + Create func() error + Exists func() bool + IsEqualTo func(file File) bool + Path func() string + Write func(data []byte) error + func NewFileByAbsolutePath(path string) File + func NewFileByPath(path string) File + type FileByPath struct + func (f *FileByPath) AsBytes() ([]byte, error) + func (f *FileByPath) Create() error + func (f *FileByPath) Exists() bool + func (f *FileByPath) IsEqualTo(file File) bool + func (f *FileByPath) Path() string + func (f *FileByPath) Write(data []byte) error