From 64f8396654c374dbfda435b2d7dac634f719bc61 Mon Sep 17 00:00:00 2001 From: emersion Date: Tue, 12 Sep 2017 21:17:05 +0200 Subject: [PATCH] Add godoc badge to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 055b6ff..ce7b13f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # go-webdav -A Go library for WebDAV. +[![GoDoc](https://godoc.org/github.com/emersion/go-webdav?status.svg)](https://godoc.org/github.com/emersion/go-webdav) + +A Go library for [WebDAV](https://tools.ietf.org/html/rfc4918) and +[CardDAV](https://tools.ietf.org/html/rfc6352). ## License