Registry / networking / apparentlymart-go-cidr

apparentlymart-go-cidr

JSON →
library1.1.1gogounverified

Package cidr provides helper functions for working with CIDR notation and IP network addresses in Go.

go get github.com/apparentlymart/go-cidr
INSTALL
IMPORT
SIG · APPARENTLYMART-GO-
A
apparentlymart-go-cidr
networkinggov1.1.1
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.

cidr
✓ github.com/apparentlymart/go-cidr

Parses a CIDR notation and prints the network

package main import ( "fmt" "github.com/apparentlymart/go-cidr" ) func main() { _, net, _ := cidr.ParseCIDR("10.0.0.0/8") fmt.Println(net) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
OpenAI (training)
1
Resources
apparentlymart-go-cidr — go get apparentlymart-go-cidr · libregistry