Documentation ¶
Overview ¶
Package stringlencompare provides analysis.Analyzer to check string len compare style. Based on https://github.com/google/syzkaller/blob/master/tools/syz-linter/linter.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "stringlencompare",
Doc: "check string len compare style",
Run: run,
}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.