golang-go.uber-atomic 1.4.0-4 source package in Ubuntu

Changelog

golang-go.uber-atomic (1.4.0-4) unstable; urgency=medium

  * Team upload.

  [ Aloïs Micard ]
  * Update debian/gitlab-ci.yml (using pkg-go-tools/ci-config).

  [ Nobuhiro Iwamatsu ]
  * Bump debhelper-compat to 13.
  * Update Standards-Version to 4.6.0.1 (no changes).

 -- Nobuhiro Iwamatsu <email address hidden>  Sat, 05 Feb 2022 10:37:41 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-go.uber-atomic_1.4.0-4.dsc 2.2 KiB c55cfffc088804e7f5f1c2e64a1425b870c4e10e74768d9a6aa242862daabd2b
golang-go.uber-atomic_1.4.0.orig.tar.gz 8.3 KiB e29f5050185d29a6ffc361036dd5de9a88af0c73dfa59c16832e4134cff3ee0f
golang-go.uber-atomic_1.4.0-4.debian.tar.xz 2.6 KiB 971501a2e845d76c77f7441b9ef66bd482db5f5638077d0cb43117e838ae3497

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.