ProgressDisplayCharSet is the character set for a progress bar.
| 190 | // ProgressDisplayCharSet is the character set for |
| 191 | // a progress bar. |
| 192 | type ProgressDisplayCharSet []string |
| 193 | |
| 194 | // Determinate satisfies ProgressDisplay interface. |
| 195 | func (p ProgressDisplayCharSet) Determinate() [101]string { |