nandlabs / golly

golly is a open source library for go
MIT License
2 stars 0 forks source link

Remove deprecated errutils.FmtError #23

Closed nandagopalan closed 1 month ago

nandagopalan commented 1 month ago

Refactor the usage of errutils.FmtError to fmt.Errorf

nandagopalan commented 1 month ago

Also delete the errutils.FmtError function