We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d90286 + 6ff5637 commit 7b15775Copy full SHA for 7b15775
README.md
@@ -1,4 +1,4 @@
1
-# selectr ![test][test-badge]
+# selectr [![GoDoc][godoc-badge]][godoc] ![test][test-badge]
2
3
> Select values from objects/arrays with key-path notation.
4
@@ -62,3 +62,5 @@ sel.Resolve(m) // => 2
62
- Import dynamic values from dynamic data files.
63
64
[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