소스 검색

Added pretty GoDoc link

Bruce Marriner 9 년 전
부모
커밋
9a9175deec
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      README.md

+ 2 - 0
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