mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-12 16:12:44 +00:00
11 lines
149 B
Go
11 lines
149 B
Go
package embedded
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
// GeoIPData contains all embedded GeoIP country data files
|
|
//
|
|
//go:embed geoip/*.json
|
|
var GeoIPData embed.FS
|