added go-clip repo (#3388)

This commit is contained in:
Prashant Gupta 2021-02-05 00:29:56 -08:00 committed by GitHub
parent 236a3e2ce1
commit 7d94bc2e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1988,6 +1988,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [go-astitodo](https://github.com/asticode/go-astitodo) - Parse TODOs in your GO code.
* [go-bind-plugin](https://github.com/wendigo/go-bind-plugin) - go:generate tool for wrapping symbols exported by golang plugins (1.8 only).
* [go-bsdiff](https://github.com/gabstv/go-bsdiff) - Pure Go bsdiff and bspatch libraries and CLI tools.
* [go-clip](https://github.com/prashantgupta24/go-clip) - A minimalistic clipboard manager for Mac.
* [go-convert](https://github.com/Eun/go-convert) - Package go-convert enbles you to convert a value into another type.
* [go-countries](https://github.com/mikekonan/go-countries) - Lightweight lookup over ISO-3166 codes.
* [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go.