golang-github-gofrs-flock 0.8.1-1 source package in Ubuntu

Changelog

golang-github-gofrs-flock (0.8.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.8.1
  * Drop test dependency from -dev package
  * Update Standards-Version to 4.6.0 (no changes)
  * Add Multi-Arch hint

 -- Shengjing Zhu <email address hidden>  Fri, 25 Mar 2022 23:35:51 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gofrs-flock_0.8.1-1.dsc 1.6 KiB 1d74cb4de431420417f59032a9d1b1522084bbbb66e01b50d3dfdbd4a337d479
golang-github-gofrs-flock_0.8.1.orig.tar.gz 8.8 KiB 6967d9f609c0e0fb0290098a6dd8910bc95700b59ed40e691a794a411a036592
golang-github-gofrs-flock_0.8.1-1.debian.tar.xz 2.9 KiB 1ea1c1da39351f667645cd60a82c4704762adbc909806c0212a240617ce16598

Available diffs

No changes file available.

Binary packages built by this source

golang-github-gofrs-flock-dev: thread-safe file locking library in Golang

 flock implements a thread-safe sync.Locker interface for file locking.
 It also includes a non-blocking TryLock() function to allow locking
 without blocking execution.
 .
 This library is formerly known as "github.com/theckman/go-flock".