//
pkg.gl
Category
honnef.co/go/tools
printf
package
0.6.0
Repository:
https://github.com/dominikh/go-tools.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
4
Dependents
1
Files
148 SLOC
#
Functions
Parse
Parse parses f and returns a list of actions.
ParseVerb
ParseVerb parses the verb at the beginning of f.
#
Variables
ErrInvalid
ErrInvalid is returned for invalid format strings or verbs.
#
Structs
Default
The Default value, when no width or precision is provided.
Star
Star is a * value, which may either refer to the next argument (Index == -1) or an explicit argument.
Verb
Zero
Zero is the implicit zero value.
#
Interfaces
Argument
Argument is an implicit or explicit width or precision.
#
Type aliases
Literal
A Literal value, such as 6 in %6d.