From 8cee0c6d789c0131763648d0cc96ac772c834e74 Mon Sep 17 00:00:00 2001 From: lyric Date: Tue, 8 Nov 2016 09:56:37 +0800 Subject: [PATCH] update release --- README.md | 4 ++-- doc.go | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 295ca2f..0f5703e 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,8 @@ Copyright (c) 2016 Lyric [License-Image]: https://img.shields.io/npm/l/express.svg [Build-Status-Url]: https://travis-ci.org/go-oauth2/oauth2 [Build-Status-Image]: https://travis-ci.org/go-oauth2/oauth2.svg?branch=master -[Release-Url]: https://github.com/go-oauth2/oauth2/releases/tag/v3.5.0 -[Release-image]: http://img.shields.io/badge/release-v3.5.0-1eb0fc.svg +[Release-Url]: https://github.com/go-oauth2/oauth2/releases/tag/v3.5.1 +[Release-image]: http://img.shields.io/badge/release-v3.5.1-1eb0fc.svg [ReportCard-Url]: https://goreportcard.com/report/gopkg.in/oauth2.v3 [ReportCard-Image]: https://goreportcard.com/badge/gopkg.in/oauth2.v3 [GoDoc-Url]: https://godoc.org/gopkg.in/oauth2.v3 diff --git a/doc.go b/doc.go index 4d69676..b22deab 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,5 @@ // OAuth 2.0 server library for the Go programming language +// // package main // import ( // "net/http"