darul75 / go-cidrman

golang CIDR block management utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-cidrman

golang CIDR block management utilities.

Inspired by the Python netaddr library:

Build

Note: This project uses Go Modules making it safe to work with it outside of your existing GOPATH. The instructions that follow assume a directory in your home directory outside of the standard GOPATH (i.e $HOME/development/EvilSuperstars/).

Clone repository to: $HOME/development/EvilSuperstars/

$ mkdir -p $HOME/development/EvilSuperstars/; cd $HOME/development/EvilSuperstars/
$ git clone git@github.com:EvilSuperstars/go-cidrman
$ cd $HOME/development/EvilSuperstars/terraform-provider-jmespath
$ make build

Test

$ cd $HOME/development/EvilSuperstars/terraform-provider-jmespath
$ make test

About

golang CIDR block management utilities

License:The Unlicense


Languages

Language:Go 98.4%Language:Makefile 1.6%