Codebase list golang-github-go-logfmt-logfmt / be4e3532-12da-48f6-bea3-eb7281fdd891/upstream/0.5.1+git20220311.1.99455b8 doc.go
be4e3532-12da-48f6-bea3-eb7281fdd891/upstream/0.5.1+git20220311.1.99455b8

Tree @be4e3532-12da-48f6-bea3-eb7281fdd891/upstream/0.5.1+git20220311.1.99455b8 (Download .tar.gz)

doc.go @be4e3532-12da-48f6-bea3-eb7281fdd891/upstream/0.5.1+git20220311.1.99455b8raw · history · blame

1
2
3
4
5
6
// Package logfmt implements utilities to marshal and unmarshal data in the
// logfmt format. The logfmt format records key/value pairs in a way that
// balances readability for humans and simplicity of computer parsing. It is
// most commonly used as a more human friendly alternative to JSON for
// structured logging.
package logfmt