We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071da75 commit d5d52e1Copy full SHA for d5d52e1
main.go
@@ -11,8 +11,7 @@ import (
11
)
12
13
func main() {
14
-
15
- // Load the database we wish to augment.
+ // Load the database we wish to enrich.
16
writer, err := mmdbwriter.Load("GeoLite2-Country.mmdb", mmdbwriter.Options{})
17
if err != nil {
18
log.Fatal(err)
@@ -65,7 +64,7 @@ func main() {
65
64
66
}
67
68
- // Write the newly augmented DB to the filesystem.
+ // Write the newly enriched DB to the filesystem.
69
fh, err := os.Create("GeoLite2-Country-with-Department-Data.mmdb")
70
71
0 commit comments