From 4b071be46ff77cca4640ffb8b1af14033ca5b8a3 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Fri, 10 Jan 2020 09:09:41 -0500 Subject: [PATCH] Add godoc.org badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ee50c5..851a337 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Versioning Library for Go [![Build Status](https://circleci.com/gh/hashicorp/go-version/tree/master.svg?style=svg)](https://circleci.com/gh/hashicorp/go-version/tree/master) +[![GoDoc](https://godoc.org/github.com/hashicorp/go-version?status.svg)](https://godoc.org/github.com/hashicorp/go-version) go-version is a library for parsing versions and version constraints, and verifying versions against a set of constraints. go-version