Skip to content

Commit 1c0c033

Browse files
authored
Merge pull request #3 from isopov/minor/godoc-link
add godoc badge
2 parents 2f13953 + 6dcbda2 commit 1c0c033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![GoDoc](https://godoc.org/github.com/joomcode/errorx?status.svg)](https://godoc.org/github.com/joomcode/errorx)
2+
13
## Highlights
24

35
The *errorx* library provides error implementation and error-related utilities.
@@ -187,7 +189,7 @@ Key takeaways:
187189

188190
## More
189191

190-
See godoc for other *errorx* features:
192+
See [godoc](https://godoc.org/github.com/joomcode/errorx) for other *errorx* features:
191193
* Namespaces
192194
* Type switches
193195
* ```errorx.Ignore```
@@ -196,5 +198,3 @@ See godoc for other *errorx* features:
196198
* Panic-related utils
197199
* Type registry
198200
* etc.
199-
200-
[Read the package documentation for more information](https://godoc.org/github.com/joomcode/errorx).

0 commit comments

Comments
 (0)