golang-github-disposaboy-jsonconfigreader 0.0~git20171218.5ea4d0d-2 source package in Ubuntu

Changelog

golang-github-disposaboy-jsonconfigreader (0.0~git20171218.5ea4d0d-2) unstable; urgency=medium

  * d/watch: use git mode.

 -- Alexandre Viau <email address hidden>  Sat, 17 Nov 2018 22:42:39 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-disposaboy-jsonconfigreader_0.0~git20171218.5ea4d0d-2.dsc 2.5 KiB d58f66990a23a73b95e7fbd3632272f5d1a3fcdf9dffefa3bc7fc7ceb4b6fe06
golang-github-disposaboy-jsonconfigreader_0.0~git20171218.5ea4d0d.orig.tar.xz 2.7 KiB e949f4ff489846e681295d99171b04fb07c076c897d696dccd7d567108bb28ae
golang-github-disposaboy-jsonconfigreader_0.0~git20171218.5ea4d0d-2.debian.tar.xz 2.4 KiB 61e46f5ff18f0026c67a1c977ead9e0c65783b55675218661ee6cacedf1c6a8b

No changes file available.

Binary packages built by this source

golang-github-disposaboy-jsonconfigreader-dev: proxy for golang's io.Reader allowing you to use json as a config format

 JsonConfigReader is a proxy for golang's io.Reader that strips line
 comments and trailing commas, allowing you to use json as a reasonable
 config format. Comments start with // and continue to the end of the
 line. Multiline comments are also supported with /* and */. If a
 trailing comma is in front of ] or } it will be stripped as well.