Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-07 | Add staticcheck and staticstyle analyzers. | Adin Scannell | |
This change also adds support to go_stateify for detecting an appropriate receiver name, avoiding a large number of false positives. PiperOrigin-RevId: 335994587 | |||
2020-08-26 | Make flag propagation automatic | Fabricio Voznika | |
Use reflection and tags to provide automatic conversion from Config to flags. This makes adding new flags less error-prone, skips flags using default values (easier to read), and makes tests correctly use default flag values for test Configs. Updates #3494 PiperOrigin-RevId: 328662070 | |||
2020-02-10 | Add flag package to limit visibility. | Adin Scannell | |
PiperOrigin-RevId: 294297004 |