Versions in this module Expand all Collapse all v0 v0.3.0 Dec 14, 2017 v0.2.0 Dec 13, 2017 Changes in this version + type Parser struct + ArgNum int + Args []interface{} + HasIndex bool + Minus bool + Plus bool + PlusV bool + Prec int + PrecPresent bool + Reordered bool + Sharp bool + SharpV bool + Space bool + Status Status + Verb rune + Width int + WidthPresent bool + Zero bool + func (p *Parser) ClearFlags() + func (p *Parser) Reset(args []interface{}) + func (p *Parser) Scan() bool + func (p *Parser) SetFormat(format string) + func (p *Parser) Text() string + type Status int + const StatusBadArgNum + const StatusBadPrecSubstitution + const StatusBadWidthSubstitution + const StatusMissingArg + const StatusNoVerb + const StatusSubstitution + const StatusText v0.1.0 Sep 14, 2017 Changes in this version + type Formatter interface + Format func(state State, verb rune) + type State interface + Language func() language.Tag