remove extra space (#2371)

* remove extra space

* add missing dot
This commit is contained in:
Kaming Chan 2019-02-13 03:13:55 +08:00 committed by Cássio Botaro
parent 59dd68ef4e
commit 878758e261

View File

@ -1616,7 +1616,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [retry-go](https://github.com/rafaeljesus/retry-go) - Retrying made simple and easy for golang.
* [robustly](https://github.com/VividCortex/robustly) - Runs functions resiliently, catching and restarting panics.
* [serve](https://github.com/syntaqx/serve) - A static http server anywhere you need.
* [silk] (https://github.com/chrispassas/silk) - Read silk netflow files
* [silk](https://github.com/chrispassas/silk) - Read silk netflow files.
* [slicer](https://github.com/leaanthony/slicer) - Makes working with slices easier.
* [spinner](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options.
* [sqlx](https://github.com/jmoiron/sqlx) - provides a set of extensions on top of the excellent built-in database/sql package.