avelino / awesome-go

A curated list of awesome Go frameworks, libraries and software
https://awesome-go.com
MIT License
128.64k stars 11.78k forks source link

Add go-deepcopy #5355

Open tiendc opened 2 months ago

tiendc commented 2 months ago

We want to ensure high quality of the packages. Make sure that you've checked the boxes below before sending a pull request.

Not every repository (project) will require every option, but most projects should. Check the Contribution Guidelines for details.

Please provide some links to your package to ease the review

Pull Request content

Category quality

Note that new categories can be added only when there are 3 packages or more.

Packages added a long time ago might not meet the current guidelines anymore. It would be very helpful if you could check 3-5 packages above and below your submission to ensure that they also still meet the Quality Standards.

Please delete one of the following lines:

Thanks for your PR, you're awesome! :sunglasses:

github-actions[bot] commented 2 months ago

Thank you for contributing to awesome-go. We will review your contribution as soon as possible.

Make sure you add the links in the body of the pull request that are requested in the contribution guide:

Your project is under review. It may take a few days to be approved.

yassinebenaid commented 1 month ago

CONTRIBUTING.md

be thoroughly documented (README, pkg.go.dev doc comments, etc.) in the English language, so everyone is able to understand the project's intention and how it works. All public functions and types should have a Go-style documentation header;

tiendc commented 1 month ago

@yassinebenaid I added some docs. Could you review it again? Thanks

phanirithvij commented 1 month ago

This is not in a right category

tiendc commented 1 month ago

This is not in a right category

I see another Copier one is in the group, DeepCopier. Could you point out which is the one more suitable?

yassinebenaid commented 1 month ago

Should we add a new category called Reflection (or similar) under which all reflect based projects will be listed ? @phanirithvij

Examples:

And