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?
1. update to rev e09975f9c771
2. % go test code.google.com/p/go.exp/locale/search
What is the expected output? What do you see instead?
Expected:
ok code.google.com/p/go.exp/locale/search 0.001s
Got:
# code.google.com/p/go.exp/locale/search_test
src/code.google.com/p/go.exp/locale/search/examples_test.go:8: can't find import:
"code.google.com/p/go.exp/locale/search"
Please use labels and text to provide additional information.
# code.google.com/p/go.exp/locale/search_test
src/code.google.com/p/go.exp/locale/search/examples_test.go:8: can't find import:
"code.google.com/p/go.exp/locale/search"
The text was updated successfully, but these errors were encountered:
It seems to have been fixed for me even before that commit:
$ go version
go version devel +b9c40afbd66c Tue May 13 09:53:47 2014 +0400 + linux/amd64
$ go test code.google.com/p/go.exp/locale/search
ok code.google.com/p/go.exp/locale/search 0.002s
Version
go version devel +6e10ddc0bbc2 Tue May 13 12:17:49 2014 -0700 + linux/amd64
Works for me as well.
The text was updated successfully, but these errors were encountered: