Escaper lets you create your own formatting syntax. By design, expanding a
format string with this utility requires no additional arguments (unlike
fmt.Sprinf) by letting you easily register your own escape handlers. This makes
it ideal for configurability, where only a string is necessary to specify a
complex output format.