=======================================
--- /Projects.wiki Mon Nov 10 11:46:16 2014 UTC
+++ /Projects.wiki Mon Nov 17 03:58:07 2014 UTC
@@ -1,4 +1,5 @@
#summary A list of Go projects.
+#labels errors
= Indexes and search engines =
@@ -443,6 +444,7 @@
* [https://github.com/spacemonkeygo/errors Space Monkey errors] - Go's
missing errors library - stack capture, error hierarchies, error tags
* [https://github.com/juju/errgo errgo] - Error tracing and annotation.
+ * [https://github.com/juju/errors errors] - The juju/errors package
provides an easy way to annotate errors without losing the original error
context, and get a stack trace back out of the error for the locations that
were recorded.