Gene Heinrich
Gene Heinrich
**Describe the bug** Hi, recently started using your package and enjoy using it. I did unfortunately come across what seems to be a bug in `fatih/structs`, which ultimately ends up...
## Motivation There's currently a data race as described [here](https://github.com/atomicgo/keyboard/issues/6). This makes it hard to enable data race detection for projects using this package. I'm implementing a possible solution using...
Hello, when using this package with race detection turned on for unit tests, I ran into the following data race: ``` WARNING: DATA RACE Write at 0x00c00020a5cf by goroutine 13:...