Registry / networking / c-robinson-iplib

c-robinson-iplib

JSON →
library1.0.8gogounverified

Provides enhanced tools for working with IP networks and addresses, extending the Go net package.

go get github.com/c-robinson/iplib
INSTALL
IMPORT
SIG · C-ROBINSON-IPLIB
C
c-robinson-iplib
networkinggov1.0.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

iplib
github.com/c-robinson/iplib

Create an IP network and get its first and last addresses.

package main import ( "fmt" "github.com/c-robinson/iplib" ) func main() { net := iplib.NewNet("192.168.0.0/24") fmt.Println(net.FirstAddress(), net.LastAddress()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
c-robinson-iplib — go get c-robinson-iplib · libregistry