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")