-
Notifications
You must be signed in to change notification settings - Fork 18k
”go build -race ./...“ Causing the program to not run correctly #63720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
did you not get a executable or not get any output from the executable (and did it exit)? |
Could not reproduce on Darwin. |
code: |
@seankhliao What information is missing? |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
What version of Go are you using (
go version
)?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?
package main
import "fmt"
func main() {
fmt.Println("abc")
}
directory structure
-gatetest
-- Lobby
---main.go
--go.mod
cmd:
go build -race ./...
.\Lobby.exe
What did you expect to see?
See output:
abc
What did you see instead?
nothing in the world.
The text was updated successfully, but these errors were encountered: