Skip to content

Commit d5d52e1

Browse files
author
Narsimham Chelluri
committed
Fix code comments
1 parent 071da75 commit d5d52e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

main.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ import (
1111
)
1212

1313
func main() {
14-
15-
// Load the database we wish to augment.
14+
// Load the database we wish to enrich.
1615
writer, err := mmdbwriter.Load("GeoLite2-Country.mmdb", mmdbwriter.Options{})
1716
if err != nil {
1817
log.Fatal(err)
@@ -65,7 +64,7 @@ func main() {
6564
log.Fatal(err)
6665
}
6766

68-
// Write the newly augmented DB to the filesystem.
67+
// Write the newly enriched DB to the filesystem.
6968
fh, err := os.Create("GeoLite2-Country-with-Department-Data.mmdb")
7069
if err != nil {
7170
log.Fatal(err)

0 commit comments

Comments
 (0)