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
==================
WARNING: DATA RACE
Read at 0x00c0001160c0 by goroutine 5:
main.main.func1()
repro.go:14 +0x2c
Previous write at 0x00c0001160c0 by main goroutine:
main.main()
repro.go:16 +0x114
Goroutine 5 (running) created at:
main.main()
repro.go:13 +0xf4
==================
Found 1 data race(s)
exit status 66
The text was updated successfully, but these errors were encountered:
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?
What did you expect to see?
exit code 0
What did you see instead?
The text was updated successfully, but these errors were encountered: