Use 'GeoIP'/'GeoLite' branding in documentation#55
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the main README.md to change references from GeoIP2/GeoLite2 to GeoIP/GeoLite. It also accidentally commits the third-party golangci-lint distribution directory, including its LICENSE and README.md files. The reviewer correctly advises removing this entire directory from version control and adding it to the .gitignore file.
| <p align="center"> | ||
| <img alt="golangci-lint logo" src="assets/go.png" height="150" /> | ||
| <h3 align="center">golangci-lint</h3> | ||
| <p align="center">Fast linters runner for Go</p> |
There was a problem hiding this comment.
It appears that the golangci-lint-2.8.0-linux-amd64 directory (including this README.md and the LICENSE file) was accidentally committed to the repository. Third-party binaries and their distribution files should not be tracked in version control. Please remove this directory and add golangci-lint-2.8.0-linux-amd64/ or golangci-lint-* to your .gitignore file.
Update README prose to refer to the products as 'GeoIP'/'GeoLite' rather than 'GeoIP2'/'GeoLite2'. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Updates prose/documentation to refer to the products as "GeoIP"/"GeoLite" instead of "GeoIP2"/"GeoLite2". Technical identifiers (tool/binary names, edition IDs, filenames, the geolite.info hostname, URLs) are unchanged.
🤖 Generated with Claude Code