1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 01:06:27 +00:00
prometheus-operator/vendor/github.com/go-logfmt/logfmt
2018-01-30 15:30:00 +01:00
..
.gitignore Uses 'dep' to manage dependencies 2018-01-30 15:30:00 +01:00
.travis.yml Uses 'dep' to manage dependencies 2018-01-30 15:30:00 +01:00
decode-bench_test.go Uses 'dep' to manage dependencies 2018-01-30 15:30:00 +01:00
decode.go Vendoring kubernetes/client-go 1.8 2017-11-30 13:35:36 +01:00
decode_test.go Uses 'dep' to manage dependencies 2018-01-30 15:30:00 +01:00
doc.go Vendor dependencies 2016-10-19 16:55:59 +02:00
encode.go Vendoring kubernetes/client-go 1.8 2017-11-30 13:35:36 +01:00
encode_internal_test.go Uses 'dep' to manage dependencies 2018-01-30 15:30:00 +01:00
encode_test.go Uses 'dep' to manage dependencies 2018-01-30 15:30:00 +01:00
example_test.go Uses 'dep' to manage dependencies 2018-01-30 15:30:00 +01:00
fuzz.go Vendoring kubernetes/client-go 1.8 2017-11-30 13:35:36 +01:00
jsonstring.go Vendoring kubernetes/client-go 1.8 2017-11-30 13:35:36 +01:00
LICENSE Vendor dependencies 2016-10-19 16:55:59 +02:00
README.md Vendor dependencies 2016-10-19 16:55:59 +02:00

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'.