We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f13953 commit 6dcbda2Copy full SHA for 6dcbda2
README.md
@@ -1,3 +1,5 @@
1
+[](https://godoc.org/github.com/joomcode/errorx)
2
+
3
## Highlights
4
5
The *errorx* library provides error implementation and error-related utilities.
@@ -187,7 +189,7 @@ Key takeaways:
187
189
188
190
## More
191
-See godoc for other *errorx* features:
192
+See [godoc](https://godoc.org/github.com/joomcode/errorx) for other *errorx* features:
193
* Namespaces
194
* Type switches
195
* ```errorx.Ignore```
@@ -196,5 +198,3 @@ See godoc for other *errorx* features:
196
198
* Panic-related utils
197
199
* Type registry
200
* etc.
-
-[Read the package documentation for more information](https://godoc.org/github.com/joomcode/errorx).
0 commit comments