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
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
What did you do?
What did you expect to see?
I expect to see a binary file reflect is generated
What did you see instead?
But is nothing...
And when I change the module name to anyother, like reflect1/test/xxx and so on, it worked, when I go build, it generate a binary file named reflect1/test/xxx and so on
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?1.3-1.8
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
I expect to see a binary file reflect is generated
What did you see instead?
But is nothing...
And when I change the module name to anyother, like reflect1/test/xxx and so on, it worked, when I go build, it generate a binary file named reflect1/test/xxx and so on
The text was updated successfully, but these errors were encountered: