abujehad139 / google-api-go-client

Automatically exported from code.google.com/p/google-api-go-client
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

go mirror v1 link is broken (using go mirror example app) #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download example project: https://github.com/googleglass/mirror-quickstart-go
2. Configure the example using "appcfg.py --oauth2 update ."

What is the expected output? What do you see instead?
Should build the project, but fails to find the no longer existing url: 
code.google.com/p/google-api-go-client/mirror/v1. Error message:

Compile failed:
2013/12/09 15:21:07 go-app-builder: build timing: 1×6g (33.43696ms total), 
0×gopack (0 total), 0×6l (0 total)
2013/12/09 15:21:07 go-app-builder: failed running 6g: exit status 1
attachment.go:21: can't find import: 
"code.google.com/p/google-api-go-client/mirror/v1"

What version of the product are you using? On what operating system?
go version: go1.1.2 (appengine-1.8.8) darwin/amd64
Mac OSX 10.7.5

Please provide any additional information below.
Has this moved or is there a different way to access now?

Original issue reported on code.google.com by cola...@gmail.com on 9 Dec 2013 at 11:30