golang-github-jeffail-gabs 2.3.0-1 source package in Ubuntu

Changelog

golang-github-jeffail-gabs (2.3.0-1) unstable; urgency=medium

  [ Dmitry Smirnov ]
  * Added myself to Uploaders

  [ Dawid Dziurla ]
  * New upstream version 2.3.0

 -- Dawid Dziurla <email address hidden>  Mon, 16 Dec 2019 14:14:44 +0100

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
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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jeffail-gabs_2.3.0-1.dsc 2.2 KiB b60375fa734e7e2fb3d4ba66c7a1290df65c01df606feeab127b473d9420e9c3
golang-github-jeffail-gabs_2.3.0.orig.tar.gz 176.8 KiB b1911285a77769efba47957a75687aa8aecc826587e4be1ac82df692b8a4cf0f
golang-github-jeffail-gabs_2.3.0-1.debian.tar.xz 2.2 KiB 20f000be11fe810b5bc34d8915ebaf4511ac831d57482b231ebd5031077891f7

Available diffs

No changes file available.

Binary packages built by this source

golang-github-jeffail-gabs-dev: For parsing, creating and editing unknown or dynamic JSON in Go

 Gabs is a small utility for dealing with dynamic or unknown JSON
 structures in golang. It's pretty much just a helpful wrapper around the
 golang json.Marshal/json.Unmarshal behaviour and map[string]interface{}
 objects. It does nothing spectacular except for being fabulous.