Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

IBM/netaddr

Repository files navigation

go netaddr package

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"

help

This needs a lot of work. Help if you can!

  • More test coverage
  • Implementation of ip ranges like in netaddr