We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22cf0cc commit c51ddd1Copy full SHA for c51ddd1
coderd/authz/authz.go
@@ -1,6 +1,6 @@
1
package authz
2
3
-import "errors"
+import "golang.org/x/xerrors"
4
5
var ErrUnauthorized = xerrors.New("unauthorized")
6
0 commit comments