# Functions
GoWithRecover wraps a `go func()` with recover() to handle panics gracefully.
InArray checks if a string is present in an array of strings.
IsFileExist checks if a file exists at the specified path.
ReadFileData reads the contents of a file specified by the FileURI parameter.