File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ Deprecated
2
+
3
+ This package has been deprecated. Please use sethwklein.net/go/errutil instead.
4
+ It provides the same features, but without the duplication of the standard
5
+ errors package.
Original file line number Diff line number Diff line change
1
+ Deprecated
2
+
3
+ This package has been deprecated. Please use sethwklein.net/go/errutil instead.
4
+ It provides the same features, but without the duplication of the standard
5
+ errors package.
6
+
1
7
What?
2
8
3
9
Package errors provides things for working with single and multiple errors and
Original file line number Diff line number Diff line change 1
1
// Package errors provides things for working with single and multiple errors.
2
2
//
3
+ // This package has been deprecated. Please use sethwklein.net/go/errutil
4
+ // instead. It provides the same features, but without the duplication of
5
+ // the standard errors package.
6
+ //
3
7
// It is a drop in replacement for the standard errors package
4
8
// but with extra features for handling multiple errors
5
9
// and correctly handling errors from deferred calls.
You can’t perform that action at this time.
0 commit comments