golang-github-creack-goselect 0.1.2-3 source package in Ubuntu

Changelog

golang-github-creack-goselect (0.1.2-3) unstable; urgency=medium

  * Add d/patches01-Patch-TestReadWriteSync-goroutine-race.patch (Closes: #1001594)

 -- Federico Grau <email address hidden>  Wed, 15 Dec 2021 22:25:46 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-creack-goselect_0.1.2-3.dsc 2.2 KiB 0d972d3b9f4a278752546cde69b9f72fdf46929026b5fbe9f82b981063789c03
golang-github-creack-goselect_0.1.2.orig.tar.gz 7.2 KiB ca13d87a2bc62ec12b90606ed1738c32be924d2153a9c4a5c7cd3ea999559f6f
golang-github-creack-goselect_0.1.2-3.debian.tar.xz 2.8 KiB 5cf6084d210c0ad2652b6d55aba76e3aff31b9916ec4a5be70d837656e303548

Available diffs

No changes file available.

Binary packages built by this source

golang-github-creack-goselect-dev: select(2) implementation in Go (library)

 goselect is a select(2) implementation in Go.
 .
 The select() system call allows programs to monitor multiple file descriptors,
 waiting until there is activity on one or more of the file descriptors.
 .
 This is a native Golang implementation of select(), wrapping syscall.Select
 with Go types. It supports multiple architectures and platforms.