2
0
leonnicolas ee480dece4 cmd/kg/main.go: replace deprecated prom collectors (#255) 4 жил өмнө
..
.gitignore ee480dece4 cmd/kg/main.go: replace deprecated prom collectors (#255) 4 жил өмнө
.travis.yml ee480dece4 cmd/kg/main.go: replace deprecated prom collectors (#255) 4 жил өмнө
CHANGELOG.md ee480dece4 cmd/kg/main.go: replace deprecated prom collectors (#255) 4 жил өмнө
LICENSE e989f0a25f init 7 жил өмнө
README.md e989f0a25f init 7 жил өмнө
decode.go ee480dece4 cmd/kg/main.go: replace deprecated prom collectors (#255) 4 жил өмнө
doc.go e989f0a25f init 7 жил өмнө
encode.go e989f0a25f init 7 жил өмнө
jsonstring.go e989f0a25f init 7 жил өмнө

README.md

GoDoc Go Report Card TravisCI Coverage Status

logfmt

Package logfmt implements utilities to marshal and unmarshal data in the logfmt format. It provides an API similar to encoding/json and encoding/xml.

The logfmt format was first documented by Brandur Leach in this article. The format has not been formally standardized. The most authoritative public specification to date has been the documentation of a Go Language package written by Blake Mizerany and Keith Rarick.

Goals

This project attempts to conform as closely as possible to the prior art, while also removing ambiguity where necessary to provide well behaved encoder and decoder implementations.

Non-goals

This project does not attempt to formally standardize the logfmt format. In the event that logfmt is standardized this project would take conforming to the standard as a goal.

Versioning

Package logfmt publishes releases via semver compatible Git tags prefixed with a single 'v'.