Skip to content

Commit 7b15775

Browse files
authored
Merge pull request #20 from Charliekenney23/add-godoc-badge
add godoc badge
2 parents 9d90286 + 6ff5637 commit 7b15775

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# selectr ![test][test-badge]
1+
# selectr [![GoDoc][godoc-badge]][godoc] ![test][test-badge]
22

33
> Select values from objects/arrays with key-path notation.
44
@@ -62,3 +62,5 @@ sel.Resolve(m) // => 2
6262
- Import dynamic values from dynamic data files.
6363

6464
[test-badge]: https://github.com/Charliekenney23/selectr/workflows/test/badge.svg
65+
[godoc-badge]: https://godoc.org/github.com/Charliekenney23/selectr?status.svg
66+
[godoc]: https://godoc.org/github.com/Charliekenney23/selectr

0 commit comments

Comments
 (0)