Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Chainer ¶
Chainer it's a string factory. It will mount strings through various methods, and then outputted in desired form.
type Collecter ¶ added in v0.4.0
type Collecter interface {
Printer
Array() [][]string
AnomArray() [][]interface{}
FmtAll(string, ...interface{}) Splitter
JoinAll(...string) Splitter
}
Collecter it's an array of splitted factory. It will mount sets of splitted through various methods, and then outputted in desired form.
type Printer ¶
Printer represents a string factory with the ability to serve it on different outputs.
Click to show internal directories.
Click to hide internal directories.