This issue recommends replacing the empty error creation from using constructor to use an errors::nil function. This function will be used as replacement of the Error::Error() constructor, preventing a user from creating an error object using errors::Error(), prioritizing more clear approach by utilizing errors::nil() instead.
This issue recommends replacing the empty error creation from using constructor to use an
errors::nilfunction. This function will be used as replacement of theError::Error()constructor, preventing a user from creating an error object usingerrors::Error(), prioritizing more clear approach by utilizingerrors::nil()instead.