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

Changelog

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

  * Team upload
  * Skip TestLinuxBindToDevice when failed to bind device

 -- Shengjing Zhu <email address hidden>  Thu, 22 Feb 2024 18:07:41 +0800

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mdlayher-socket_0.5.0-2.dsc 2.0 KiB 8c342bac57c6b59ed2ac0827fa13bedbaa659af0642298ac29a9086707a907a3
golang-github-mdlayher-socket_0.5.0.orig.tar.gz 21.0 KiB 9c2b82d5f8d6c0fad72507fc54783e324dd658c8c0f433ccaeb8c5b976407acf
golang-github-mdlayher-socket_0.5.0-2.debian.tar.xz 4.6 KiB 88daef03b141058fc7c9ea2bedbce343c17cb0d1c56cbe85178fd282378b0d6d

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.