Documentation
¶
Index ¶
Constants ¶
View Source
const ( JSON_FORMAT = "json" JUNIT_FORMAT = "junit" MARKDOWN_FORMAT = "markdown" STDOUT_FORMAT = "stdout" // PERM_DIR_STANDARD stands for (rwxr-xr-x): read and execute for everyone, write only for the owner PERM_DIR_STANDARD os.FileMode = 0o755 // PERM_FILE_STANDARD stands for (rw-r--r--): read for everyone, write only for the owner PERM_FILE_STANDARD os.FileMode = 0o644 )
View Source
const ( COLOR_RESET = "\033[0m" COLOR_GREEN = "\033[32m" COLOR_RED = "\033[31m" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.