[ ソース: golang-github-logrusorgru-grokky ]
パッケージ: golang-github-logrusorgru-grokky-dev (0.0~git20180829.47edf01-2)
golang-github-logrusorgru-grokky-dev に関するリンク
Debian の資源:
golang-github-logrusorgru-grokky ソースパッケージをダウンロード:
- [golang-github-logrusorgru-grokky_0.0~git20180829.47edf01-2.dsc]
- [golang-github-logrusorgru-grokky_0.0~git20180829.47edf01.orig.tar.xz]
- [golang-github-logrusorgru-grokky_0.0~git20180829.47edf01-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
pure Golang Grok-like library
grokky is a pure Golang Grok-like patterns library with a particular focus on parsing log files, and on performance (leveraging the RE2 regular expression engine instead of Oniguruma).
The library was designed for creating many patterns and using them many times, while not retaining the exact same behaviors and features as the original library. The main goals are simplicity, speed, and ease of use.
その他の golang-github-logrusorgru-grokky-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-vjeantet-grok-dev
- simple library to use/parse grok patterns with Go