package
4.11.1
Repository: https://github.com/maxmind/geoipupdate.git
Documentation: pkg.go.dev

# Functions

CreateLockFile takes the provided filePath and lockFilePath name to create a file lock.
NewHTTPDatabaseReader creates a Reader that downloads database updates via HTTP.
NewLocalFileDatabaseWriter create a LocalFileDatabaseWriter.

# Constants

ZeroMD5 is the default value provided as an MD5 hash for a non-existent database.

# Structs

HTTPDatabaseReader is a Reader that uses an HTTP client to retrieve databases.
LocalFileDatabaseWriter is a database.Writer that stores the database to the local file system.

# Interfaces

Reader provides an interface for retrieving a database update and copying it into place.
Writer provides an interface for writing a database to a target location.