Registry / database / maxmind-mmdbwriter

maxmind-mmdbwriter

JSON →
library1.2.0gogounverified

Package mmdbwriter provides the tools to create and write MaxMind DB files.

go get github.com/maxmind/mmdbwriter
INSTALL
IMPORT
SIG · MAXMIND-MMDBWRITER
M
maxmind-mmdbwriter
databasegov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mmdbwriter
github.com/maxmind/mmdbwriter

Creates a new MaxMind DB writer and prints it.

package main import ( "fmt" "github.com/maxmind/mmdbwriter" ) func main() { writer, err := mmdbwriter.New(mmdbwriter.Options{}) if err != nil { panic(err) } fmt.Println(writer) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
maxmind-mmdbwriter — go get maxmind-mmdbwriter · libregistry