Skip to content

Commit

Permalink
chore: create doc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrassov01 committed Mar 11, 2024
1 parent cf15ff2 commit d97920f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Package parser provides utilities to read and parse logs from various inputs (standard input, plain text, gzip, zip)
// and convert them to structured formats such as JSON and LTSV. It is simple yet sophisticated, filtering by labels,
// extracting rows by filter expressions, aggregating results, and applying custom conversion functions.
package parser
3 changes: 0 additions & 3 deletions parser_core.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Package parser provides utilities for parsing various types of logs (plain text, gzip, zip)
// and converting them into structured formats such as JSON or LTSV. It supports pattern matching,
// result extraction, and error handling to facilitate log analysis and data extraction.
package parser

import (
Expand Down

0 comments on commit d97920f

Please sign in to comment.