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

Changelog

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

  * New upstream version 1.11.0

 -- Anthony Fok <email address hidden>  Thu, 21 Sep 2023 05:22:38 -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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-go.uber-atomic_1.11.0-1.dsc 2.2 KiB 8633dd5e30ffe667c4ad04a5b7c1a39da6f9d0c35dd940de766b57400ea35342
golang-go.uber-atomic_1.11.0.orig.tar.gz 23.7 KiB cfe258c20d71ac4dbf0f716a23ed00c332b7f281180651e2a67ad40a8b0772cc
golang-go.uber-atomic_1.11.0-1.debian.tar.xz 3.1 KiB 5f570d85cb2aeb887c8a4dc6e5fc363a34cb669e5edcea34c5ec16c20f5888ad

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.