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:
Burcu Dogan 2015-02-10 16:56:14 +01:00
parent b0e7ac8c3a
commit 864eccb6a0
1 changed files with 0 additions and 3 deletions

View File

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