From 9c80ef99ebd63fe12ebed0742040b398622bb94a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Depierrepont=20aka=20Toorop?= Date: Thu, 14 May 2015 10:40:29 +0200 Subject: [PATCH] godoc --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8882ad8..be55c9c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # go-dkim DKIM package for Golang +[![GoDoc](https://godoc.org/github.com/Toorop/go-dkim?status.svg)](https://godoc.org/github.com/Toorop/go-dkim) + ## Getting started ### Install @@ -42,6 +44,7 @@ import ( func main(){ // email is the email to verify (byte slice) status, err := Verify(&email) - // handle status, err + // handle status, err (see godoc for status) } -``` \ No newline at end of file +``` +