Closed
Description
Describe the bug
In the code below the "name=" string is a cutset (a set of characters) to be removed, and not a prefix.
Lines 139 to 140 in b03e54f
getTagName
function will return o
instead of ameno
for the this struct tag: protobuf:"varint,name=ameno"
.