You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fork of [xerrors](https://pkg.go.dev/golang.org/x/xerrors) with explicit [Wrap](https://pkg.go.dev/github.com/ogen-go/errors#Wrap) instead of `%w` format.
3
+
Fork of [xerrors](https://pkg.go.dev/golang.org/x/xerrors) with explicit [Wrap](https://pkg.go.dev/github.com/go-faster/errors#Wrap) instead of `%w` format.
4
4
5
5
> Clear is better than clever.
6
6
7
7
```
8
-
go get github.com/ogen-go/errors
8
+
go get github.com/go-faster/errors
9
9
```
10
10
11
11
```go
@@ -27,7 +27,7 @@ Call `errors.DisableTrace` or use build tag `noerrtrace`.
27
27
28
28
## Migration
29
29
```
30
-
go get github.com/ogen-go/errors/cmd/gowrapper@latest
30
+
go get github.com/go-faster/errors/cmd/gowrapper@latest
0 commit comments