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:
Jay Weisskopf 2014-12-26 16:20:45 -06:00 committed by Andrew Gerrand
parent 158e906f14
commit e5909d4679
1 changed files with 1 additions and 4 deletions

View File

@ -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"