Fix oauth2's import path.

This commit is contained in:
Burcu Dogan 2014-05-30 12:39:43 +02:00
parent 904252a9e8
commit 075fdd8e10
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ import (
"path" "path"
"time" "time"
"google.golang.org/oauth2" "github.com/golang/oauth2"
) )
const ( const (