Source File
doc.go
Belonging Package
github.com/go-logfmt/logfmt
// 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
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |