Documentation ¶
Overview ¶
Package messageformat is a simplified MessageFormat Go implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageFormat ¶
type MessageFormat struct {
// contains filtered or unexported fields
}
MessageFormat instance containing a message that can be formatted.
func New ¶
func New(message string) (*MessageFormat, error)
New parses the message using the MessageFormat specification.
Click to show internal directories.
Click to hide internal directories.