Versions in this module Expand all Collapse all v1 v1.0.1 Jan 6, 2025 v1.0.0 Jan 4, 2025 Changes in this version + func CloseFile(closer io.Closer) + func ReadFile(filePath string) (*bytes.Reader, error) + func ReadLines(filename string) ([]string, error) + func RemoveFile(filePath string) + func SaveFile(outputDir string, fileName string, fileContent []byte) error