This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package progress_bar | |
import ( | |
"strings" | |
"text/template" | |
) | |
// Options can be used to customize look of the progress bar. DefaultProgressOptions() has pretty good defaults. | |
type Options struct { | |
Fill string // The character(s) used to fill in the progress bar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="table with-pager"> | |
<thead> | |
<tr> | |
<th>Order</th> | |
<th>Name</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td>1</td> |