1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00
Files
descheduler/vendor/github.com/go-logfmt/logfmt/doc.go
Jan Chaloupka 7d4ec60e2d bump(vendor)
2024-11-19 15:28:49 +01:00

7 lines
336 B
Go
Vendored

// 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