Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RepeatString ¶
Types ¶
type MarkdownTable ¶
type MarkdownTable struct {
// contains filtered or unexported fields
}
func NewMarkdownTable ¶
func NewMarkdownTable(cols int) *MarkdownTable
func (*MarkdownTable) Format ¶
func (t *MarkdownTable) Format() string
func (*MarkdownTable) Heading ¶
func (t *MarkdownTable) Heading(h ...string)
func (*MarkdownTable) Row ¶
func (t *MarkdownTable) Row(c ...string)
Click to show internal directories.
Click to hide internal directories.