oauth2: add vanity URL import comments, use the vanity URL on builds

Change-Id: Ia20e40d98aa709e3d598388e0a15501584152ab5
This commit is contained in:
Burcu Dogan
2014-11-26 11:44:45 -08:00
parent b846388564
commit e750a2fd5a
12 changed files with 22 additions and 20 deletions

View File

@@ -5,7 +5,7 @@
// Package oauth2 provides support for making
// OAuth2 authorized and authenticated HTTP requests.
// It can additionally grant authorization with Bearer JWT.
package oauth2
package oauth2 // import "golang.org/x/oauth2"
import (
"crypto/rsa"