Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
iret-kawashima committed Oct 24, 2023
1 parent 4a65cca commit aad425f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ func prettyJSONMetadataHandler(m *parser.Metadata) (string, error) {
p := parser.New(fields, patterns, WithLineHandler(prettyJSONLineHandler), WithMetadataHandler(prettyJSONMetadataHandler))
```

Sample
-------

[__alpen__](https://github.com/nekrassov01/alpen/blob/main/app.go#L353-L395) is an application for parsing and encoding access logs of AWS services.

Author
------

Expand Down

0 comments on commit aad425f

Please sign in to comment.