Versions in this module Expand all Collapse all v0 v0.0.1 Dec 16, 2021 Changes in this version + type File struct + Attachments []string + Path string + Title string + func NewFile(fs afero.Fs, path string) (*File, error) + func (f *File) Move(dest string) error + func (f *File) MoveToDir(dirName string) error