Versions in this module Expand all Collapse all v0 v0.1.0 May 30, 2022 Changes in this version + type FileManager struct + func NewFileManager() FileManager + func (FileManager) DoesFileExist(filePath string) (bool, error) + func (FileManager) ReadFile(filePath string) ([]byte, error) + func (FileManager) RemoveDirContent(dirPath string) error