Documentation ¶
Overview ¶
Package progress provides printable progress reporting for multi-threaded operations
Index ¶
Constants ¶
View Source
const ( // ValueKey returns the list of retrievable string values ValueKey = "values" // LogOutput to Value provides output formatted for logging LogFormat = "log" // TerminalFormat to Value provides output with colors TerminalFormat = "log" // PlainFormat contains no control characters other than newline PlainFormat = "plain" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.