fixed NewTransport example code

This commit is contained in:
Alif Rachmawadi 2014-09-02 21:17:45 +07:00
parent 32db53ef55
commit e049d530c3
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ func (c *Config) AuthCodeURL(state string) (authURL string) {
// refresh token) in order to be able to do authorized requests. // refresh token) in order to be able to do authorized requests.
// //
// Example: // Example:
// t, _ := c.NewTransport() // t := c.NewTransport()
// t.SetToken(validToken) // t.SetToken(validToken)
// //
func (c *Config) NewTransport() *Transport { func (c *Config) NewTransport() *Transport {