mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-27 11:24:48 -05:00
added bed to utilities (#5474)
This commit is contained in:
parent
f5a2430480
commit
a7d8ef9513
1 changed files with 1 additions and 0 deletions
|
@ -2749,6 +2749,7 @@ _General utilities and tools to make your life easier._
|
||||||
|
|
||||||
- [apm](https://github.com/topfreegames/apm) - Process manager for Golang applications with an HTTP API.
|
- [apm](https://github.com/topfreegames/apm) - Process manager for Golang applications with an HTTP API.
|
||||||
- [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.
|
- [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.
|
||||||
|
- [bed](https://github.com/itchyny/bed) - A Vim-like binary editor written in Go.
|
||||||
- [blank](https://github.com/Henry-Sarabia/blank) - Verify or remove blanks and whitespace from strings.
|
- [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.
|
- [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.
|
- [boilr](https://github.com/tmrts/boilr) - Blazingly fast CLI tool for creating projects from boilerplate templates.
|
||||||
|
|
Loading…
Reference in a new issue