davecgh / go-spew

Implements a deep pretty printer for Go data structures to aid in debugging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

%#v formatting with lists

johanfo opened this issue · comments

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.