From c1b79db23a6f1474d3259b3c8d04ab7b7c969f8f Mon Sep 17 00:00:00 2001 From: Alex Makhinov Date: Tue, 21 May 2019 16:50:57 +0300 Subject: [PATCH] Add parsefields package (#2478) * Add parsefields package * Add dot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0633f926..2aa9ca91 100644 --- a/README.md +++ b/README.md @@ -338,6 +338,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [merkletree](https://github.com/cbergoon/merkletree) - Implementation of a merkle tree providing an efficient and secure verification of the contents of data structures. * [mspm](https://github.com/BlackRabbitt/mspm) - Multi-String Pattern Matching Algorithm for information retrieval. * [null](https://github.com/emvi/null) - Nullable Go types that can be marshalled/unmarshalled to/from JSON. +* [parsefields](https://github.com/MonaxGT/parsefields) - Tools for parse JSON-like logs for collecting unique fields and events. * [pipeline](https://github.com/hyfather/pipeline) - An implementation of pipelines with fan-in and fan-out. * [ring](https://github.com/TheTannerRyan/ring) - Go implementation of a high performance, thread safe bloom filter. * [roaring](https://github.com/RoaringBitmap/roaring) - Go package implementing compressed bitsets.