forked from Mirrors/oauth2
oauth2: remove duplicate package doc and import comments
The comments already live in oauth2.go. Change-Id: I103113fbc8138b242cb6f79052fdc6b29bf6f031 Reviewed-on: https://go-review.googlesource.com/2131 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
158e906f14
commit
e5909d4679
5
token.go
5
token.go
|
@ -2,10 +2,7 @@
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// Package oauth2 provides support for making
|
package oauth2
|
||||||
// OAuth2 authorized and authenticated HTTP requests.
|
|
||||||
// It can additionally grant authorization with Bearer JWT.
|
|
||||||
package oauth2 // import "golang.org/x/oauth2"
|
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
Loading…
Reference in New Issue