Added «copy» package (#3347)

This commit is contained in:
Evgeny 2020-11-08 22:27:50 +07:00 committed by GitHub
parent d3510f6f4b
commit 20f327a7bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1903,6 +1903,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [clockwork](https://github.com/jonboulle/clockwork) - A simple fake clock for golang.
* [cmd](https://github.com/SimonBaeumer/cmd) - Library for executing shell commands on osx, windows and linux.
* [command](https://github.com/txgruppi/command) - Command pattern for Go with thread safe serial and parallel dispatcher.
* [copy](https://github.com/gotidy/copy) - Package for fast copying structs of different types.
* [copy-pasta](https://github.com/jutkko/copy-pasta) - Universal multi-workstation clipboard that uses S3 like backend for the storage.
* [countries](https://github.com/biter777/countries) - Full implementation of ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and IANA ccTLD standarts.
* [create-go-app](https://github.com/create-go-app/cli) - A powerful CLI for create a new production-ready project with backend (Golang), frontend (JavaScript, TypeScript) & deploy automation (Ansible, Docker) by running one command.