package
0.0.0-20250106111003-1cd6921befab
Repository: https://github.com/netr/haki.git
Documentation: pkg.go.dev
# Functions
FileExists checks if a file exists at the given path.
GetEnv returns the value of an environment variable or a default value if the environment variable is not set.
GetEnvInt returns the value of an environment variable as an integer or a default value if the environment variable is not set or is not a valid integer.
SaveFile saves data to a file.
ValidateOutputPath validates the output path to ensure it is a valid file path and writable.
# Structs
No description provided by the author