From 0ee1d2817cb324ab3f71e4cbd53e4edf8aeefab3 Mon Sep 17 00:00:00 2001 From: Eason Lin Date: Fri, 12 Jan 2018 23:34:00 +0800 Subject: [PATCH] doc(readme): add GoDoc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8f9d13..2820ff2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ gin middleware to automatically generate RESTful API documentation with Swagger [![Travis branch](https://img.shields.io/travis/swaggo/gin-swagger/master.svg)](https://travis-ci.org/swaggo/gin-swagger) [![Codecov branch](https://img.shields.io/codecov/c/github/swaggo/gin-swagger/master.svg)](https://codecov.io/gh/swaggo/gin-swagger) [![Go Report Card](https://goreportcard.com/badge/github.com/swaggo/gin-swagger)](https://goreportcard.com/report/github.com/swaggo/gin-swagger) +[![GoDoc](https://godoc.org/github.com/swaggo/gin-swagger?status.svg)](https://godoc.org/github.com/swaggo/gin-swagger) ## Usage