Registry / networking / toolkits-net

toolkits-net

JSON →
library0.0.0-20160910085801-3f39ab6fe3cegogounverified

A collection of network utility functions for Go.

go get github.com/toolkits/net
INSTALL
IMPORT
SIG · TOOLKITS-NET
T
toolkits-net
networkinggov0.0.0-20160910085801-3f39ab6fe3ce
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.

net
✓ github.com/toolkits/net

Gets the external IP address.

package main import ( "fmt" "github.com/toolkits/net" ) func main() { ip, err := net.ExternalIP() if err != nil { panic(err) } fmt.Println("External IP:", ip) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160910085801-3f39ab6fe3celatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
toolkits-net — go get toolkits-net · libregistry