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
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,18 @@ default:
41
41
42
42
[Read the package documentation for more information](https://godoc.org/github.com/pkg/errors).
43
43
44
+
## Roadmap
45
+
46
+
With the upcoming [Go2 error proposals](https://go.googlesource.com/proposal/+/master/design/go2draft.md) this package is moving into maintenance mode. The roadmap for a 1.0 release is as follows:
47
+
48
+
- 0.9. Remove pre Go 1.9 support, address outstanding pull requests (if possible)
49
+
- 1.0. Final release.
50
+
44
51
## Contributing
45
52
46
-
We welcome pull requests, bug fixes and issue reports. With that said, the bar for adding new symbols to this package is intentionally set high.
53
+
Because of the Go2 errors changes, this package is not accepting proposals for new functionality. With that said, we welcome pull requests, bug fixes and issue reports.
47
54
48
-
Before proposing a change, please discuss your change by raising an issue.
55
+
Before sending a PR, please discuss your change by raising an issue.
0 commit comments