Codebase list golang-github-vbauerster-mpb / d7c2c8c
godoc fix Vladimir Bauer 7 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
102102 return fmt.Sprintf(fmt.Sprintf(wc.format, wc.W), msg)
103103 }
104104
105 // BuildFormat builds initial format according to WC.C
106 // func (wc *WC) BuildFormat() {
105 // Init initializes width related config.
107106 func (wc *WC) Init() {
108107 wc.format = "%%"
109108 if (wc.C & DidentRight) != 0 {