Documentation ¶ Index ¶ func Format(formatStr string, args ...interface{}) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Format ¶ func Format(formatStr string, args ...interface{}) (string, error) Format evaluates a format string with the supplied arguments. It behaves like the C# implementation in the repository – it supports escaped braces and numeric argument indices. Format specifiers (e.g. :D) are recognised but currently ignored. Types ¶ This section is empty. Source Files ¶ View all Source files format.go Click to show internal directories. Click to hide internal directories.