Go CIDR Manager is a utility for managing and manipulating CIDR blocks using Golang
Перейти к файлу
Naman Maheshwari 14a808ce93
Build batch redirects to build status history
2020-07-08 22:56:29 +05:30
.github/workflows Fixing build trigger to right branch 2020-07-08 22:33:25 +05:30
ipv4cidr Fixing test success condition 2020-07-08 22:26:32 +05:30
samples Removing main() from sample file 2020-07-08 22:46:31 +05:30
.gitignore Initial commit 2020-07-08 09:43:06 +00:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-07-08 02:43:18 -07:00
LICENSE Initial LICENSE commit 2020-07-08 02:43:19 -07:00
README.md Build batch redirects to build status history 2020-07-08 22:56:29 +05:30
SECURITY.md Initial SECURITY.md commit 2020-07-08 02:43:20 -07:00
go.mod update module name 2020-07-08 16:55:01 +05:30
go.sum Initial code commit 2020-07-08 16:32:10 +05:30

README.md

Go GoDoc

CIDR Manager Utility for Go

This package provides tools for manipulating and handling CIDR blocks in Golang.

The current implementation supports IPv4 CIDR blocks. For more details, please check out the IPv4 CIDR section.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments. !