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

[post] Three different ways to do deep copy (generator) in go #46

Open
at15 opened this issue May 20, 2020 · 1 comment
Open

[post] Three different ways to do deep copy (generator) in go #46

at15 opened this issue May 20, 2020 · 1 comment
Assignees
Labels

Comments

@at15
Copy link
Member

at15 commented May 20, 2020

Type

  • request post from @at15

Related

Description

  • do it at runtime using type assertion and reflect e.g. existing libraries
  • generate code using reflect
  • generate code using ast w/ syntax only
  • generate code using x/tools/packages

Update

@at15 at15 added the area/go label May 20, 2020
@at15 at15 self-assigned this May 20, 2020
@at15
Copy link
Member Author

at15 commented May 20, 2020

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

No branches or pull requests

1 participant