[ 原始碼: 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