Documentation ¶ Index ¶ func DeleteDir(path string) error func ReadStringOrFile(input string) (string, bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DeleteDir ¶ func DeleteDir(path string) error func ReadStringOrFile ¶ func ReadStringOrFile(input string) (string, bool, error) ReadStringOrFile returns the content of a string or a file if the file exists. The returned boolean value indicates whether the specified `input` was a file path or not. Types ¶ This section is empty. Source Files ¶ View all Source files file.go Click to show internal directories. Click to hide internal directories.