forked from Mirrors/oauth2
oauth2: remove stale comment
Change-Id: If9fba85ac8b20545cee54cafe1c7672880acf498 Reviewed-on: https://go-review.googlesource.com/4391 Reviewed-by: Burcu Dogan <jbd@google.com>
This commit is contained in:
parent
b0e7ac8c3a
commit
864eccb6a0
|
@ -25,9 +25,6 @@ import (
|
|||
"google.golang.org/cloud/compute/metadata"
|
||||
)
|
||||
|
||||
// TODO(bradfitz,jbd): import "google.golang.org/cloud/compute/metadata" instead of
|
||||
// the metaClient and metadata.google.internal stuff below.
|
||||
|
||||
// Endpoint is Google's OAuth 2.0 endpoint.
|
||||
var Endpoint = oauth2.Endpoint{
|
||||
AuthURL: "https://accounts.google.com/o/oauth2/auth",
|
||||
|
|
Loading…
Reference in New Issue