you can use the fmt.Formatter interface to make your own 'verbs', makes 
sense as expected, except for 'w' where you just get the error:

>   fmt.Printf format %w has arg ??? of wrong type 

seems trying to make your own formatting for the verb 'w' is blocked, 
presumably because it checks for an implementer of the Error interface 
before checking for the fmt.Formatter interface, seems inconsistent and 
unfortunate. maybe a bug?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/a5babc0a-bb3d-4b3e-93cb-2942e109231bn%40googlegroups.com.

Reply via email to