Descriptiongofix: do not convert url in field names
There's some ambiguity in the U{url: url} case as it could be
both a map or a struct literal, but given context it's more
likely a struct, so U{url: url_} rather than U{url_: url_}.
At least that was the case for me.
Patch Set 1 #Patch Set 2 : code review 4972052: gofix: do not convert url in field names #Patch Set 3 : diff -r 8ba690ce9e4f https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 8ba690ce9e4f https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 8ba690ce9e4f https://go.googlecode.com/hg/ #Patch Set 6 : diff -r 8ba690ce9e4f https://go.googlecode.com/hg/ #Patch Set 7 : diff -r 8ba690ce9e4f https://go.googlecode.com/hg/ #Patch Set 8 : diff -r 3287b675eb64 https://go.googlecode.com/hg/ #MessagesTotal messages: 5
|