[ 源代码: 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