|
|
@@ -390,7 +390,7 @@ specifiers not handled by the custom formatter).
|
|
|
|
|
|
Typically this function shouldn't be called directly. It is much easier to make
|
|
|
use of the custom formatter by calling one of the convenience functions such as
|
|
|
-Printf, Println, or Printf.
|
|
|
+Printf, Println, or Fprintf.
|
|
|
*/
|
|
|
func NewFormatter(v interface{}) fmt.Formatter {
|
|
|
return newFormatter(&Config, v)
|