7 lines
92 B
Go
7 lines
92 B
Go
package assets
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed GeoLite2-City.mmdb
|
|
var GeoLite2CityData []byte
|