Documentation ¶
Index ¶
Constants ¶
View Source
const ( // INFO is used to print informational messages to STDOUT with "[i]" INFO = 1 // NOTE is used to print verbose or non-sensitive messages to STDOUT with "[-]" NOTE = 2 // WARN is used to print error messages or other failures to STDOUT with "[!]" WARN = 3 // DEBUG is used to print debugging messages to STDOUT with "[DEBUG]" DEBUG = 4 // SUCCESS is used to print successful or important messages to STDOUT with "[+]" SUCCESS = 5 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.