Add silk and nfdump modules (#3047)

* Add silk and nfdump modules

* fixed duplicate link

* removed line return
This commit is contained in:
Chris Passas 2020-04-24 16:13:02 -04:00 committed by GitHub
parent 6f932eab92
commit 6d06490502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1906,6 +1906,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [mssqlx](https://github.com/linxGnu/mssqlx) - Database client library, proxy for any master slave, master master structures. Lightweight and auto balancing in mind.
* [multitick](https://github.com/VividCortex/multitick) - Multiplexor for aligned tickers.
* [myhttp](https://github.com/inancgumus/myhttp) - Simple API to make HTTP GET requests with timeout support.
* [netbug](https://github.com/e-dard/netbug) - Easy remote profiling of your services.
* [nfdump](https://github.com/chrispassas/nfdump) - Read nfdump netflow files.
* [nostromo](https://github.com/pokanop/nostromo) - CLI for building powerful aliases.
* [okrun](https://github.com/xta/okrun) - go run error steamroller.
* [olaf](https://github.com/btnguyen2k/olaf) - Twitter Snowflake implemented in Go.