golang-go.uber-atomic 1.10.0-2 source package in Ubuntu

Changelog

golang-go.uber-atomic (1.10.0-2) unstable; urgency=medium

  * Team upload

  [ Anthony Fok ]
  * Build-depend explicitly on golang-any (>= 2:1.18~) as per go.mod

  [ Shengjing Zhu ]
  * Add tzdata to Build-Depends (Closes: #1027912)
  * Update Standards-Version to 4.6.2 (no changes)
  * Use DH_GOLANG_EXCLUDES to skip building binaries

 -- Shengjing Zhu <email address hidden>  Thu, 12 Jan 2023 19:08:29 +0800

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-go.uber-atomic_1.10.0-2.dsc 1.6 KiB 929981264b9b64de2f72e1271efb4a1c469d253e7fce3c8776d72c96c8e6c1c5
golang-go.uber-atomic_1.10.0.orig.tar.gz 22.5 KiB 09d7d71c0686e91c5b6f4773e00a6515f2c0b3e52c137fc53269cae4bf2d582c
golang-go.uber-atomic_1.10.0-2.debian.tar.xz 3.1 KiB 38109ae11bdb5ed31457ddbd0e0f63e1b07aa5f24ddbc624b810425077ed07f1

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.