golang-github-mdlayher-socket 0.2.3-2 source package in Ubuntu

Changelog

golang-github-mdlayher-socket (0.2.3-2) unstable; urgency=medium

  * Add a patch so test is skipped rather than failing if
    the vsock kernel module isn't loaded

 -- Mathias Gibbens <email address hidden>  Wed, 27 Apr 2022 21:42:07 +0530

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mdlayher-socket_0.2.3-2.dsc 2.4 KiB 25d1881a75cf1d3e608c11a513940baa0da04abad01c35844a7048895d895c33
golang-github-mdlayher-socket_0.2.3.orig.tar.gz 16.9 KiB c1c647911b43961dbb6292d7fa4c96ac03e2b2761c59ab11738a3254a3b351ad
golang-github-mdlayher-socket_0.2.3-2.debian.tar.xz 3.5 KiB 19946e0db12c8c7ccd8c8cb76ee3969ef98b4cbd414a23505d31788f5dc168ea

Available diffs

No changes file available.

Binary packages built by this source

golang-github-mdlayher-socket-dev: low-level network connection type to provide asynchronous I/O (library)

 The socket package provides a low-level network connection type which
 integrates with Go's runtime network poller to provide asynchronous I/O and
 deadline support.
 .
 This package focuses on UNIX-like operating systems which make use of
 BSD sockets system call APIs. It is meant to be used as a foundation for
 the creation of operating system-specific socket packages, for socket
 families such as Linux's AF_NETLINK, AF_PACKET, or AF_VSOCK. This package
 should not be used directly in end user applications.
 .
 Any use of package socket should be guarded by build tags, as one would
 also use when importing the syscall or golang.org/x/sys packages.