/
githubmirror
/
lazygit
Обзор
Документация
Войти
/
githubmirror
/
lazygit
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
vendor/github.com/go-logfmt/logfmt/doc.go
6 строк
336 B
Jesse Duffield
add in-built logging support for a better dev experience
26 сен 2020, 04:00
26 сен 2020, 04:00
077f113
Код
Авторство
О чём код?
// 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