Added Bleep to Utilities (#3427)

This commit is contained in:
Shubham Sinha 2021-01-04 12:28:38 +05:30 committed by GitHub
parent e7a0feaf27
commit 05df86bff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1924,6 +1924,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [backscanner](https://github.com/icza/backscanner) - A scanner similar to bufio.Scanner, but it reads and returns lines in reverse order, starting at a given position and going backward.
* [beyond](https://github.com/wesovilabs/beyond) - The Go tool that will drive you to the AOP world!
* [blank](https://github.com/Henry-Sarabia/blank) - Verify or remove blanks and whitespace from strings.
* [bleep](https://github.com/sinhashubham95/bleep) - Perform any number of actions on any set of OS signals in Go.
* [boilr](https://github.com/tmrts/boilr) - Blazingly fast CLI tool for creating projects from boilerplate templates.
* [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.