MMDB CLI
MMDB CLI is a tool kit for working with MMDB files.
Development
To get started, clone the repository and run the following commands to download the dependencies:
go mod download -x # Download dependencies
To build the project, run the following command:
go build -o mmdb-cli # Build the project
Then, you can run the project with the following command:
./mmdb-cli # Run the project