package
0.0.0-20240414181307-7a336960a06f
Repository: https://github.com/neurodyne-web-services/utils.git
Documentation: pkg.go.dev

# Functions

CopyLocalFile - copies file from `src` to `dst`.
Exists - checks if the directory exists.
IsValidUUID - checks if a string is a valid UUID.
validateDirectory expands a directory and checks that it exists it returns the full path to the directory on success validateDirectory("~/foo") -> ("/home/bbkane/foo", nil).