Skip to content

Commit

Permalink
README: update link to docs website, and add docs reference badge
Browse files Browse the repository at this point in the history
godoc.org moved to pkg.go.dev, so updating the link; while updating the
file also added a badge to link to the module's reference on pkg.go.dev.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah authored and philhofer committed Dec 31, 2022
1 parent aab9129 commit 8a5e756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MessagePack Code Generator
=======

[![Go Reference](https://pkg.go.dev/badge/github.com/tinylib/msgp.svg)](https://pkg.go.dev/github.com/tinylib/msgp)
[![test](https://github.com/tinylib/msgp/actions/workflows/test.yml/badge.svg)](https://github.com/tinylib/msgp/actions/workflows/test.yml)
[![validate](https://github.com/tinylib/msgp/actions/workflows/validate.yml/badge.svg)](https://github.com/tinylib/msgp/actions/workflows/validate.yml)

Expand All @@ -10,7 +11,7 @@ This is a code generation tool and serialization library for [MessagePack](http:

- Use Go as your schema language
- Performance
- [JSON interop](http://godoc.org/github.com/tinylib/msgp/msgp#CopyToJSON)
- [JSON interop](https://pkg.go.dev/github.com/tinylib/msgp/msgp#CopyToJSON)
- [User-defined extensions](http://github.com/tinylib/msgp/wiki/Using-Extensions)
- Type safety
- Encoding flexibility
Expand Down

0 comments on commit 8a5e756

Please sign in to comment.