mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add backscanner utility library (#1752)
This commit is contained in:
parent
9d0af3dd8c
commit
f248d04edf
@ -1247,6 +1247,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
|
|
||||||
* [abutil](https://github.com/bahlo/abutil) - Collection of often-used Golang helpers.
|
* [abutil](https://github.com/bahlo/abutil) - Collection of often-used Golang helpers.
|
||||||
* [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.
|
||||||
* [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.
|
||||||
* [chyle](https://github.com/antham/chyle) - Changelog generator using a git repository with multiple configuration possibilities.
|
* [chyle](https://github.com/antham/chyle) - Changelog generator using a git repository with multiple configuration possibilities.
|
||||||
* [circuitbreaker](https://github.com/rubyist/circuitbreaker) - Circuit Breakers in Go.
|
* [circuitbreaker](https://github.com/rubyist/circuitbreaker) - Circuit Breakers in Go.
|
||||||
|
Loading…
Reference in New Issue
Block a user