Add clipboard (#3631)

This commit is contained in:
Phani Rithvij 2021-06-13 12:32:35 +05:30 committed by GitHub
parent e8448ac83c
commit 0d6845d2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2009,6 +2009,7 @@ _**Unofficial** set of patterns for structuring projects._
* [chyle](https://github.com/antham/chyle) - Changelog generator using a git repository with multiple configuration possibilities.
* [circuit](https://github.com/cep21/circuit) - An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern.
* [circuitbreaker](https://github.com/rubyist/circuitbreaker) - Circuit Breakers in Go.
* [clipboard](https://github.com/golang-design/clipboard) - 📋 cross-platform clipboard package in Go.
* [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.