davecgh / go-spew

Implements a deep pretty printer for Go data structures to aid in debugging
ISC License
5.97k stars 361 forks source link

%#v formatting with lists #42

Open johanfo opened 8 years ago

johanfo commented 8 years ago

Hi,

I have notices that in fmt.Printf(%#v, list) separate list entities with a ","(comma), but spew use space here, with no way of reconfiguring this. Space separation can be quite confusing when you have a list of strings, as it is ambiguous were the separation really is.