You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http://play.golang.org/p/J98usiO91P
If you look at this code you expect that Data of the "pers:on"-Tag is
unmarshaled into the Customer struct.
But if you run the code this doesn't happen, because there is a colon in the Tag-Name.
To prove that this code isn't wrong just remove the colon
or use this link:
http://play.golang.org/p/OyDM87mzVh