Added links to Go Report and Travis CI status

This commit is contained in:
Bruce Marriner 2015-11-16 15:12:55 -06:00
parent 2af61ea2c5
commit d38dd7e135

View file

@ -3,8 +3,7 @@
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)
[![GoDoc](https://godoc.org/github.com/bwmarrin/discordgo?status.svg)](https://godoc.org/github.com/bwmarrin/discordgo) [![Go report](http://goreportcard.com/badge/bwmarrin/discordgo)](http://goreportcard.com/report/bwmarrin/discordgo) [![Build Status](https://travis-ci.org/bwmarrin/discordgo.svg?branch=master)](https://travis-ci.org/bwmarrin/discordgo)
# Usage Example
```go