JoergReinhardt / gorilla

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

[reverse] `go get' fails #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Install go1.03
2. Run `go get code.google.com/p/gorilla/reverse`
3. Observe an error message is displayed

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

Expected no console output & file reverse.a written to pkg path. Instead the 
following error info is written to the console:

package code.google.com/p/gorilla/reverse
        imports code.google.com/p/gorilla/reverse
        imports code.google.com/p/gorilla/reverse: import "code.google.com/p/gorilla/reverse": cannot find package

Please provide any additional information below.

All other gorilla packages are fetched & compiled via `go get' with no problems.

Original issue reported on code.google.com by ralmor...@gmail.com on 28 Sep 2012 at 9:34