You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
attempting to import a local package on windows
What is the expected output? What do you see instead?
The package should import.
Error "cannot open file c:\go/pkg/mingw_386/c:/go/prj/mytest.a"
mytest.a is the imported file
c:\go is my goroot
mytest.a is in c:/go/prj
It sounds like that one in https://code.google.com/p/go/issues/detail?
id=732,but happend while lingking.