Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

json marshaling and proto.Clone does not work for a customtype of type struct #147

Open
tamird opened this issue Feb 15, 2016 · 1 comment

Comments

@tamird
Copy link
Contributor

tamird commented Feb 15, 2016

Problems include:

  • JSON marshalling
  • Clone

See #146

@tamird tamird changed the title customtype: structs as customtype doesn't work customtype: struct as customtype doesn't work Feb 15, 2016
@awalterschulze awalterschulze changed the title customtype: struct as customtype doesn't work json marshaling and proto.Clone does not work for a customtype of type struct Aug 21, 2016
@awalterschulze
Copy link
Member

My other project https://github.com/awalterschulze/goderive now provides a deriveClone function which generates a deep copy.
Its not a fix for this issue, but it might be useful until then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants