golang-go.uber-atomic 1.7.0-1 source package in Ubuntu

Changelog

golang-go.uber-atomic (1.7.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.7.0.
  * Add d/patches/fix-test-in-1.16.patch.
    - Fix fail test in 1.18
  * Update d/rules.
    - Remove gen-atomicint and gen-atomicwrapper from installation.

 -- Nobuhiro Iwamatsu <email address hidden>  Sat, 05 Feb 2022 17:24:11 +0900

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-go.uber-atomic_1.7.0-1.dsc 2.2 KiB a2d830b7f590badbb89fa4992c7e17a73e9707919c5d36efe3548242eeb6ec27
golang-go.uber-atomic_1.7.0.orig.tar.gz 18.1 KiB ca029761c78855e2ad0e458c3e8f99e62800e8762a8deb4be652bb8031c73f40
golang-go.uber-atomic_1.7.0-1.debian.tar.xz 3.3 KiB fc98f0cee1d8b77974c72cac7a728cf55bdf6b0cd12a32e44f16b6e00f9b2fb2

Available diffs

No changes file available.

Binary packages built by this source

golang-go.uber-atomic-dev: Simple wrappers for primitive types to enforce atomic access

 The standard library's `sync/atomic` is powerful, but it's easy to forget which
 variables must be accessed atomically. `go.uber.org/atomic` preserves all the
 functionality of the standard library, but wraps the primitive types to
 provide a safer, more convenient API.