Files
phishingclub/backend/embedded/geoip.go
Ronni Skansing 75cba58f9f added geo ip data
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
2025-11-09 10:48:53 +01:00

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