From 9a9175deecc4562f546cef10085cb0cc7c98c72d Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Mon, 16 Nov 2015 14:55:53 -0600 Subject: [PATCH] Added pretty GoDoc link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2253cf7..dc929b9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Discordgo provides a mostly complete low-level Golang interface to the Discord REST and Websocket API. +[![GoDoc](https://godoc.org/github.com/bwmarrin/discordgo?status.svg)](https://godoc.org/github.com/bwmarrin/discordgo) + # Usage Example ```go