Fix goauth path
BUG=skia:2551 R=scroggo@google.com Author: borenet@google.com Review URL: https://codereview.chromium.org/288763002 git-svn-id: http://skia.googlecode.com/svn/trunk@14737 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
9cb4283401
commit
f364521e75
@ -10,7 +10,7 @@ if [[ -z "$GOPATH" ]]; then
|
||||
fi
|
||||
|
||||
go get github.com/gorilla/securecookie
|
||||
go get code.google.com/p/goauth2
|
||||
go get code.google.com/p/goauth2/oauth
|
||||
|
||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd $DIR
|
||||
|
Loading…
Reference in New Issue
Block a user