golang-github-hashicorp-go-sockaddr 1.0.2-2 source package in Ubuntu

Changelog

golang-github-hashicorp-go-sockaddr (1.0.2-2) unstable; urgency=medium

  * Team upload

  [ Martina Ferrari ]
  * Update my name and email.

  [ Shengjing Zhu ]
  * Add patch to fix failed TestGetIfAddrs
  * Update Standards-Version to 4.6.2 (no changes)

 -- Shengjing Zhu <email address hidden>  Mon, 16 Jan 2023 15:59:01 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-sockaddr_1.0.2-2.dsc 1.7 KiB 7714e1e6dd07ee2400973dd937b580edb410772ce4e4fc1fbb50b62c84fa4203
golang-github-hashicorp-go-sockaddr_1.0.2.orig.tar.gz 72.7 KiB 75f1eec67c2deb95d186b854ac8d7cda8bb7b9be5579ed1654257d3760da3a96
golang-github-hashicorp-go-sockaddr_1.0.2-2.debian.tar.xz 3.5 KiB d29606c503b2619f9846648e1e2f2df057e07a52917c3290ee1a6cbbe948c960

Available diffs

No changes file available.

Binary packages built by this source

golang-github-hashicorp-go-sockaddr-dev: IP address/UNIX socket convenience functions for Go

 go-sockaddr is a convenience library that makes doing the right thing with IP
 addresses easy. go-sockaddr is loosely modeled after the UNIX sockaddr_t and
 creates a union of the family of sockaddr_t types.
 .
 The primary intent of the library was to make it possible
 to define heuristics for selecting the correct IP addresses
 when a configuration is evaluated at runtime.