johnwahba / go-tour

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

Command on landing page doesn't work with Go 1.0.2 (homebrew/Mac) #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run go get code.google.com/p/go-tour/... as advertised on the home page

$ go get code.google.com/p/go-tour/...
package appengine: unrecognized import path "appengine"
package appengine/urlfetch: unrecognized import path "appengine/urlfetch"

What is the expected output? What do you see instead?

No output, gotour binary available in $GOPATH/bin.

What version of the product are you using? On what operating system?

go version go1.0.2

I installed go through "homebrew" for the Mac, my GOPATH is 
/usr/local/Cellar/go/1.0.2/.

Original issue reported on code.google.com by mar...@probst.io on 22 Sep 2012 at 12:31

GoogleCodeExporter commented 9 years ago
By the way, go get code.google.com/p/go-tour/gotour works fine.

Original comment by mar...@probst.io on 22 Sep 2012 at 2:40

GoogleCodeExporter commented 9 years ago
I wonder who changed it?

Original comment by a...@golang.org on 26 Sep 2012 at 2:37