github.com/cs3org/reva/v2@v2.27.7/changelog/1.8.0_2021-06-09/fdeprecate-errors-new-fmt-errorf.md (about) 1 Enhancement: Deprecate using errors.New and fmt.Errorf 2 3 Previously we were using errors.New and fmt.Errorf to create errors. 4 Now we use the errors defined in the errtypes package. 5 6 https://github.com/cs3org/reva/issues/1673