forked from toolshed/abra
cli
cmd
pkg
scripts
tests
vendor
coopcloud.tech
dario.cat
git.coopcloud.tech
github.com
AlecAivazis
Azure
BurntSushi
Microsoft
ProtonMail
aymanbagabas
beorn7
cenkalti
cespare
charmbracelet
cloudflare
containerd
containers
cpuguy83
cyphar
davecgh
decentral1se
distribution
docker
emirpasic
erikgeiser
felixge
fvbommel
ghodss
go-git
go-logfmt
logfmt
.gitignore
CHANGELOG.md
LICENSE
README.md
decode.go
doc.go
encode.go
jsonstring.go
go-logr
go-viper
gogo
golang
google
gorilla
grpc-ecosystem
hashicorp
inconshreveable
jbenet
kballard
kevinburke
klauspost
lucasb-eyer
mattn
mgutz
miekg
mitchellh
moby
morikuni
muesli
munnerz
opencontainers
pjbgf
pkg
pmezard
prometheus
rivo
russross
schollz
sergi
sirupsen
skeema
spf13
stretchr
theupdateframework
xanzy
xeipuuv
xo
go.opentelemetry.io
golang.org
google.golang.org
gopkg.in
gotest.tools
modules.txt
.dockerignore
.drone.yml
.envrc.sample
.gitignore
.goreleaser.yml
AUTHORS.md
Dockerfile
LICENSE
Makefile
README.md
go.mod
go.sum
renovate.json
7 lines
336 B
Go
7 lines
336 B
Go
// 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
|