From 8a5e756647fb7042c66d91644e92a6515248e0f3 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sun, 11 Dec 2022 14:46:02 +0100 Subject: [PATCH] README: update link to docs website, and add docs reference badge 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 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2ccc792..b4546e02 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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