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

Make deepcopy handle protobufs nested in structs correctly. #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chronologos
Copy link

They should be deep copied using proto.Clone which uses protoreflect under the hood. https://blog.golang.org/protobuf-apiv2

They should be deep copied using proto.Clone which uses protoreflect under the hood. https://blog.golang.org/protobuf-apiv2
@dolmen
Copy link

dolmen commented Oct 19, 2020

Good to know, but this should be kept in a fork of this project to not add a dependency in this package.

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

Successfully merging this pull request may close these issues.

2 participants