package
1.8.0
Repository: https://github.com/lazybark/go-helpers.git
Documentation: pkg.go.dev

# Functions

CutBOMFromString returns string with byte order mark removed in case it exists at the start of the string.
MakePathToFile creates full path to file in filesystem, creates the file and truncates in case truncate = true.

# Interfaces

IFile represents file in the filesystem.
IFileReader is an interface to mock file reading operations.
IFileWriter is an interface to mock file writing operations.