Add unit tests

This commit is contained in:
Mayuresh Gaitonde
2020-12-17 17:25:53 -08:00
parent 3702339f44
commit 6be4d69d02
705 changed files with 120529 additions and 150051 deletions

15
vendor/github.com/k-sone/critbitgo/CHANGES.md generated vendored Normal file
View File

@@ -0,0 +1,15 @@
## 1.3.0 (2019/09/30)
- Add Net.Walk [#9](https://github.com/k-sone/critbitgo/pull/9)
## 1.2.0 (2018/04/25)
- Add ContainedIP() as fast way to check an IP [#7](https://github.com/k-sone/critbitgo/pull/7)
## 1.1.0 (2016/12/29)
- Add `LongestPrefix ` and `Walk` functions
## 1.0.0 (2016/04/02)
- Initial release