Skip to content
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

go test -race reveal data races #2

Open
Pi-Cla opened this issue May 12, 2024 · 0 comments
Open

go test -race reveal data races #2

Pi-Cla opened this issue May 12, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@Pi-Cla
Copy link
Collaborator

Pi-Cla commented May 12, 2024

Since we finally forked this and added a go.mod file I can now use go test -race which runs the tests with Go's in-built race detector.

Here are the data races detected by the command: races.txt

@Pi-Cla Pi-Cla added the help wanted Extra attention is needed label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Development

No branches or pull requests

1 participant