Closed as not planned
Closed as not planned
Description
What version of Go are you using (go version
)?
1.3-1.8
$ go version
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