From f248d04edfcd3aecd54b18b230fcb9a9bac565bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Belicza?= Date: Sat, 6 Jan 2018 05:55:28 +0100 Subject: [PATCH] Add backscanner utility library (#1752) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ed4052e..8ed925e3 100644 --- a/README.md +++ b/README.md @@ -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. * [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. * [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.