package
0.0.0-20241005165219-eb1bcf33780f
Repository: https://github.com/root4loot/goutils.git
Documentation: pkg.go.dev
# Functions
DeserializeFromFile deserializes data from a JSON file.
ReadFile reads a file and returns a slice of strings.
SerializeToFile serializes data to a JSON file.
WriteSliceToFile writes a slice of strings to a file.
WriteStringToFile writes a string to a file.
WriteToFileAppend appends a line to a file.