package
0.0.5
Repository: https://github.com/devboxhq/go-utils.git
Documentation: pkg.go.dev

# Functions

FromRootPath returns absolute path by appending givenPath to the root of this project.
JsonToBytes converts JSON object to bytes and if error occurs, returns it.
MustJsonToBytes converts JSON object to bytes and if error occurs, it prints error to Stderr.
RemoveContents removes all files from given directory.