-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add badge
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# github.com/weborama/cidr | ||
|
||
[![Go Report Card](https://goreportcard.com/badge/github.com/weborama/cidr)](https://goreportcard.com/report/github.com/weborama/cidr) | ||
[![Go](https://github.com/Weborama/cidr/actions/workflows/go.yml/badge.svg)](https://github.com/Weborama/cidr/actions/workflows/go.yml) | ||
|
||
This package provides converters of IP ranges to CIDR IP networks (both for IPv4 | ||
and IPv6). | ||
|
||
Typical use case of this package is for converting IP range lists (geolocation, | ||
blacklists etc.) for storage in radix trees for fast lookup. | ||
|
||
[C implementation](https://gist.github.com/citrin/4202877) used for inspiration. | ||
[C implementation](https://gist.github.com/citrin/4202877) used for inspiration. |