Source: golang-github-kr-logfmt
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Maytham Alsudany <maytha8thedev@gmail.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kr-logfmt
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-kr-logfmt.git
Homepage: https://github.com/kr/logfmt
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/kr/logfmt

Package: golang-github-kr-logfmt-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Parse logfmt messages (library)
 Go package for parsing (and, eventually, generating) log lines in the logfmt
 style.
 .
 See http://godoc.org/github.com/kr/logfmt for format, and other documentation
 and examples.