Documentation ¶
Overview ¶
Package format contains types for defining language-specific formatting of values.
This package is internal now, but will eventually be exposed after the API settles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State interface { fmt.State // Language reports the requested language in which to render a message. Language() language.Tag }
State represents the printer state passed to custom formatters. It provides access to the fmt.State interface and the sentence and language-related context.
Click to show internal directories.
Click to hide internal directories.