パッケージ: golang-github-go-logfmt-logfmt-dev (0.3.0-1)
golang-github-go-logfmt-logfmt-dev に関するリンク
Trisquel の資源:
golang-github-go-logfmt-logfmt ソースパッケージをダウンロード:
- [golang-github-go-logfmt-logfmt_0.3.0-1.dsc]
- [golang-github-go-logfmt-logfmt_0.3.0.orig.tar.gz]
- [golang-github-go-logfmt-logfmt_0.3.0-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Go Packaging Team (メールアーカイブ)
- Martín Ferrari
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- golang-github-manyminds-api2go-dev
- golang-github-youmark-pkcs8-dev
- golang-github-flynn-json5-dev
- golang-github-armon-consul-api-dev
- golang-github-gliderlabs-ssh-dev
- golang-github-pelletier-go-toml.v2-dev
- golang-golang-x-net-dev
- golang-github-cupcake-rdb-dev
- golang-doc
- golang-rsc-binaryregexp-dev
- golang-gopkg-alexcesaro-quotedprintable.v3-dev
Marshals and unmarshals logfmt messages
Package logfmt implements utilities to marshal and unmarshal data in the logfmt format (https://brandur.org/logfmt). It provides an API similar to encoding/json (http://golang.org/pkg/encoding/json/) and encoding/xml (http://golang.org/pkg/encoding/xml/).
The logfmt format has not been formally standardized. The most authoritative public specification to date has been the documentation of a Go Language package (http://godoc.org/github.com/kr/logfmt) written by Blake Mizerany and Keith Rarick.
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.