Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skeptycal/readyset
https://github.com/skeptycal/readyset
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skeptycal/readyset
- Owner: skeptycal
- Created: 2020-12-11T23:13:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T16:16:44.000Z (almost 4 years ago)
- Last Synced: 2023-03-02T15:54:16.580Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![GoDoc](https://godoc.org/github.com/go-logfmt/logfmt?status.svg)](https://godoc.org/github.com/go-logfmt/logfmt)
[![Go Report Card](https://goreportcard.com/badge/go-logfmt/logfmt)](https://goreportcard.com/report/go-logfmt/logfmt)
[![TravisCI](https://travis-ci.org/go-logfmt/logfmt.svg?branch=master)](https://travis-ci.org/go-logfmt/logfmt)
[![Coverage Status](https://coveralls.io/repos/github/go-logfmt/logfmt/badge.svg?branch=master)](https://coveralls.io/github/go-logfmt/logfmt?branch=master)# GNU flags
POSIX and GNU standardized options have been standardized for a long time.
Go implements flags in a way that is compatible with much of the standard, but
leaves out the double-dash `--` prefix for 'long option formats.'While this is not technically necessary to support the majority of the standard practice,
it is a sticking point for many people who have grown to# logfmt
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 was first documented by Brandur Leach in [this
article](https://brandur.org/logfmt). The 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.## Goals
This project attempts to conform as closely as possible to the prior art, while
also removing ambiguity where necessary to provide well behaved implementations.## Non-goals
This project does not attempt to formally standardize any API or format. In the
event that standards are agreed upon, this project would take conforming to the
standard as a goal.## Versioning
Package logfmt publishes releases via [semver](http://semver.org/) compatible Git tags prefixed with a single 'v'.