Skip to content

Commit

Permalink
Update docs badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Mar 7, 2020
1 parent bea6417 commit 43dfde4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Gabs](gabs_logo.png "Gabs")

[![godoc for Jeffail/gabs][godoc-badge]][godoc-url]
[![pkg.go for Jeffail/gabs][godoc-badge]][godoc-url]

Gabs is a small utility for dealing with dynamic or unknown JSON structures in Go. It's pretty much just a helpful wrapper for navigating hierarchies of `map[string]interface{}` objects provided by the `encoding/json` package. It does nothing spectacular apart from being fabulous.

Expand Down Expand Up @@ -293,5 +293,5 @@ intValue, err := val.Path("test.int").Data().(json.Number).Int64()
```

[godoc-badge]: https://godoc.org/github.com/Jeffail/gabs?status.svg
[godoc-url]: https://godoc.org/github.com/Jeffail/gabs
[godoc-url]: https://pkg.go.dev/github.com/Jeffail/gabs/v2
[migration-doc]: ./migration.md

0 comments on commit 43dfde4

Please sign in to comment.