Documentation ¶ Index ¶ 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 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CloseFile ¶ func CloseFile(closer io.Closer) func ReadFile ¶ func ReadFile(filePath string) (*bytes.Reader, error) func ReadLines ¶ func ReadLines(filename string) ([]string, error) func RemoveFile ¶ func RemoveFile(filePath string) func SaveFile ¶ func SaveFile(outputDir string, fileName string, fileContent []byte) error Types ¶ This section is empty. Source Files ¶ View all Source files file.go Click to show internal directories. Click to hide internal directories.