This repo contains a library to complement the go net library and provides containers and utilities like in python's netaddr.
Please see the api documentation for details. The authoritative source for
this library is found on github. We encourage importing this code
using the stable, versioned URL provided by gopkg.in. Once imported,
refer to it as netaddr
in your code (without the version).
import "gopkg.in/netaddr.v1"
This needs a lot of work. Help if you can!
- More test coverage
- Implementation of ip ranges like in netaddr