//
pkg.gl
Category
github.com/Abirdcfly/go-tools
printf
package
0.4.1
Repository:
https://github.com/abirdcfly/go-tools.git
Documentation:
pkg.go.dev
Overview
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
No description provided by the author
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.