package
Version:
v1.7.0
Opens a new window with list of versions in this module.
Published: Oct 30, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Rand ¶
added in
v1.0.0
type City struct {
City struct {
Names map[string]string `maxminddb:"names"`
} `maxminddb:"city"`
Country struct {
IsoCode string `maxminddb:"iso_code"`
} `maxminddb:"country"`
Subdivisions []struct {
Names map[string]string `maxminddb:"names"`
} `maxminddb:"subdivisions"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.