golang-objx 0.5.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 0.5.0
  * Bump Standards-Version to 4.6.2 (no change)

 -- Anthony Fok <email address hidden>  Mon, 23 Jan 2023 07:36:55 -0700

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-objx_0.5.0-1.dsc 2.1 KiB d922d17b26d93c941fab895bcb3b2b9f2f58b9cf06d8e1fc9183299f7c20d83d
golang-objx_0.5.0.orig.tar.xz 26.8 KiB fea44d0a31bc85fe8abece7c96e50798578ef9f48b1fcd6fbf61be66232f9b74
golang-objx_0.5.0-1.debian.tar.xz 3.7 KiB 09f7ada79b22f5f646947b4168f7718f4d815b2ed226925d4e9fe6831e40aeb7

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.