go_goutils/netx/docs.go
brent saner 970acd0ee4
v1.10.0
FIXED:
* Windows logging

ADDED:
* netx (and netx/inetcksum), the latter of which implements the Internet
  Checksum as a hash.Hash.
2025-09-05 13:53:29 -04:00

5 lines
80 B
Go

/*
Package netx includes extensions to the stdlib `net` module.
*/
package netx