1

When building the GO quickstart for the Google Glass mirror API I am getting the following error. Has anyone been able to resolve this?

attachment.go:21: can't find import: "code.google.com/p/google-api-go-client/mirror/v1"

Update to show relavant entries from .bashrc:

export PATH=$HOME/go_appengine:$PATH
export GOPATH=$HOME/go:$GOPATH
Grokify
  • 15,092
  • 6
  • 60
  • 81
jjr2527
  • 440
  • 1
  • 6
  • 16

1 Answers1

3

In your console, run go get code.google.com/p/google-api-go-client/mirror/v1 and try again. Make sure you have $GOPATH set before.

Not_a_Golfer
  • 47,012
  • 14
  • 126
  • 92