Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add badge
  • Loading branch information
peczenyj authored Aug 18, 2023
1 parent 159fe21 commit a060ba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
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.

0 comments on commit a060ba1

Please sign in to comment.