We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2dd7105 commitf486632Copy full SHA for f486632
README.md
@@ -26,7 +26,7 @@ Version 2.0 includes significant improvements:
26
-**Network Iteration**: Iterate over all networks in a database with
27
`Networks()` and`NetworksWithin()`
28
-**Enhanced Performance**: Optimized data structures and decoding paths
29
--**Go 1.23+ Support**: Takes advantage of modern Go features including
+-**Go 1.24+ Support**: Takes advantage of modern Go features including
30
iterators
31
-**Better Error Handling**: More detailed error types and improved debugging
32
@@ -243,7 +243,7 @@ Download from
243
244
##Requirements
245
246
-- Go 1.23 or later
+- Go 1.24 or later
247
- MaxMind DB file in .mmdb format
248
249
##Contributing