What's the rationale for omission of:
  fmt.Error(a ...interface{}) error

Given that other fmt functions come in that variety?

I realize it can be achieved like this, but so can fmt.Errorf
  errors.New(fmt.Sprint(...))

Would a proposal to add it be entertained?

Happy New Year to all :-)

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to