File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ type Reader struct {
32
32
}
33
33
34
34
// Metadata holds the metadata decoded from the MaxMind DB file. In particular
35
- // in has the format version, the build time as Unix epoch time, the database
35
+ // it has the format version, the build time as Unix epoch time, the database
36
36
// type and description, the IP version supported, and a slice of the natural
37
37
// languages included.
38
38
type Metadata struct {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ type Networks struct {
21
21
// the database.
22
22
//
23
23
// Please note that a MaxMind DB may map IPv4 networks into several locations
24
- // in in an IPv6 database. This iterator will iterate over all of these
24
+ // in an IPv6 database. This iterator will iterate over all of these
25
25
// locations separately.
26
26
func (r * Reader ) Networks () * Networks {
27
27
s := 4
You can’t perform that action at this time.
0 commit comments