kor-elf released this 2026-04-11 17:25:54 +05:00 | 0 commits to main since this release
Поменял const ErrNotFound = "not found" на var ErrNotFound = errors.New("not found").
const ErrNotFound = "not found"
var ErrNotFound = errors.New("not found")
kor-elf released this 2026-04-11 01:09:36 +05:00 | 2 commits to main since this release
Исправление mmdb.language -> mmdb.Language
kor-elf released this 2026-04-09 22:16:06 +05:00 | 4 commits to main since this release
Эксперементальная версия для получения данных GeoLite2-City из сервиса maxmind.com.