IP Address/UNIX Socket convenience functions for Go
Socket address 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 (see below for an ascii diagram). Library documentation is available at https://godoc.org/github.com/hashicorp/go-sockaddr. 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. See the docs, template package, tests, and CLI utility for details and hints as to how to use this library.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.0.7-1.fc43 | - |
Fedora 42 | 1.0.2-21.fc42 | - |
Fedora 41 | 1.0.2-20.fc41 | - |
Fedora 40 | 1.0.2-18.fc40 | - |
You can contact the maintainers of this package via email at
golang-github-hashicorp-sockaddr dash maintainers at fedoraproject dot org
.