# Functions
CallerDir returns the directory of the calling code.
IsDir returns true if p exists and is a directory.
IsPathError returns true if err is present, and it or its cause is an os.PathError.
MarshalJsonFile marshals v into path.
MarshalJsonFileWithDirs creates intermediate dirs and marshals v into path.
ResolvePath returns path if it is an absolute path, or the abspath joined with base otherwise.
No description provided by the author
TrimExt removes the extension from p.
UnmarshalJsonFile unmarshals the data at path into the pointer v.
# Variables
No description provided by the author