From 0d6845d2cf27a695acd1292c6969d5c18ebaf25f Mon Sep 17 00:00:00 2001 From: Phani Rithvij Date: Sun, 13 Jun 2021 12:32:35 +0530 Subject: [PATCH] Add clipboard (#3631) --- README.md | 1 + 1 file changed, 1 insertion(+) 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.