Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-26 | Support stdlib analyzers with nogo. | Adin Scannell | |
This immediately revealed an escape analysis violation (!), where the sync.Map was being used in a context that escapes were not allowed. This is a relatively minor fix and is included. PiperOrigin-RevId: 328611237 |