diff --git a/README.md b/README.md index 63449801..615700f4 100644 --- a/README.md +++ b/README.md @@ -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.