import "golang.org/x/text/internal/format"
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.
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.
type Statement interface {
// contains filtered or unexported methods
}
A Statement is a Var or an Expression.
A String a literal string format.
Path | Synopsis |
---|---|
plural | Package plural defines the grammatical plural feature. |
Package format imports 2 packages (graph) and is imported by 3 packages. Updated 6 days ago. Refresh now. Tools for package owners.