nabbar/golib

PKG error : unwanted loop on code

Closed this issue · 0 comments

In https://github.com/nabbar/golib/blob/master/errors/errors.go, for example at line 352 : calling a loop.
If mode error is CodeError, the CodeError funct will call Error() who's will call CodeError ....

image