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
Original issue reported on code.google.com by
ralmor...@gmail.com
on 28 Sep 2012 at 9:34