Closed isopov closed 1 year ago
It seems that I have some typed as *errorx.Error nil and cannot debug its source - maybe we can ignore it instead of throwing NPD and it will manifest in a more readable way somewhere else?
*errorx.Error
@isopov friendly colleague pointed to this: https://go.dev/doc/faq#nil_error
It seems that I have some typed as
*errorx.Error
nil and cannot debug its source - maybe we can ignore it instead of throwing NPD and it will manifest in a more readable way somewhere else?