README ¶ protocmpcheck A go static analysis tool that detects comparison calls made between protobuf generated structs to reflect.DeepEqual and github.com/stretchr/testify assertions. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var Analyzer = &analysis.Analyzer{ Name: "protocmpcheck", Doc: "find calls to testify that compare protobuf types", Run: run, } Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files protocmpcheck.go Directories ¶ Show internal Expand all Path Synopsis cmd protocmpcheck Click to show internal directories. Click to hide internal directories.