From 75bf505c7adc2ef7f866af6033f12e6826dc4490 Mon Sep 17 00:00:00 2001 From: Tom Lanyon Date: Wed, 6 Nov 2019 10:48:23 +1100 Subject: [PATCH] Add godoc reference link to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 615fa9b..8ad7981 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # orderedcode +[![GoDoc](https://godoc.org/github.com/google/orderedcode?status.svg)](https://godoc.org/github.com/google/orderedcode) + orderedcode provides a byte encoding of a sequence of typed items. The resulting bytes can be lexicographically compared to yield the same ordering as item-wise comparison on the original sequences.