develop
main
Поменял const ErrNotFound = "not found" на var ErrNotFound = errors.New("not found").
const ErrNotFound = "not found"
var ErrNotFound = errors.New("not found")
ErrNotFound
errors.New
No dependencies set.
The note is not visible to the blocked user.
Поменял
const ErrNotFound = "not found"наvar ErrNotFound = errors.New("not found").ErrNotFoundconstant witherrors.Newfor consistent error handling 9e0c065ecc