From 1c3e82ceec061903c3debec2113c5f3a7d23268f Mon Sep 17 00:00:00 2001 From: James Mills Date: Tue, 20 Jun 2017 23:35:09 -0700 Subject: [PATCH] Add GoDoc badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f509094..fd1f63d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Gopher protocol library for Golang [![Build Status](https://travis-ci.org/prologic/go-gopher.svg)](https://travis-ci.org/prologic/go-gopher) +[![GoDoc](https://godoc.org/github.com/prologic/go-gopher?status.svg)](https://godoc.org/github.com/prologic/go-gopher) + This is a standards compliant Gopher library for the Go programming language implementing the RFC 1436 specification. The library includes both client and