golang-github-google-renameio 2.0.0-2 source package in Ubuntu

Changelog

golang-github-google-renameio (2.0.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + golang-github-google-renameio-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 26 Nov 2022 14:23:40 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-google-renameio_2.0.0-2.dsc 2.2 KiB 5f21d230cbcc7de46bf4c5154e61278f314bbd045a5fd6d695491beea4760cf9
golang-github-google-renameio_2.0.0.orig.tar.gz 13.9 KiB 992fc6e0a575a53350540c57e13dbd7485bf873b3db71ee1b1a9d8f887e58c12
golang-github-google-renameio_2.0.0-2.debian.tar.xz 2.4 KiB ae534faf539617fd73a771d810c79d35c2c6860106ea066fea4aa033d29b2c78

Available diffs

No changes file available.

Binary packages built by this source

golang-github-google-renameio-dev: provides a way to atomically create or replace a file or symbolic link

 The renameio Go package provides a way to atomically create or replace a
 file or symbolic link.
 .
 Atomicity vs durability: renameio concerns itself only with atomicity,
 i.e. making sure applications never see unexpected file content
 (a half-written file, or a 0-byte file).
 .
 As a practical example, consider https://manpages.debian.org/: if there
 is a power outage while the site is updating, we are okay with losing the
 manpages which were being rendered at the time of the power outage. They
 will be added in a later run of the software. We are not okay with having
 a manpage replaced by a 0-byte file under any circumstances, though.