golang-objx 0.5.2-1 source package in Ubuntu

Changelog

golang-objx (0.5.2-1) unstable; urgency=medium

  * New upstream version 0.5.2
  * Bump build-dependency golang-any (>= 2:1.20~) as per go.mod
  * Bump Standards-Version to 4.7.0 (no change)

 -- Anthony Fok <email address hidden>  Fri, 26 Apr 2024 04:05:27 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-objx_0.5.2-1.dsc 2.1 KiB 8b29e8c944041f71923411a3844b7348bdd6123d40335e17aaf38360e9efaed3
golang-objx_0.5.2.orig.tar.gz 32.4 KiB c21c81a2e619fe8194c9cfafd577a72fe163df5a384d68799fbc54eef4b0e33f
golang-objx_0.5.2-1.debian.tar.xz 3.7 KiB 5f5ee4d2dd88c3be2306a8573f7b5328deebe495cf16f54ec5c808182445b501

Available diffs

No changes file available.

Binary packages built by this source

golang-github-stretchr-objx-dev: Go package for dealing with maps, slices, JSON and other data

 Objx provides the `objx.Map` type, which is a `map[string]interface{}` that
 exposes a powerful `Get` method (among others) that allows you to
 easily and quickly get access to data within the map, without having to
 worry too much about type assertions, missing data, default values etc.
 .
 This package contains the source.