Documentation ¶
Overview ¶
package protomigrate migrates Go protobuf v1 usage to protobuf v2.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "protomigrate", Doc: doc, Run: checkDeprecated, Requires: []*analysis.Analyzer{ buildssa.Analyzer, inspect.Analyzer, facts.Deprecated, facts.Generated, }, }
Analyzer describes protomigrate analysis function detector.
Functions ¶
func SelectorName ¶
func SelectorName(pass *analysis.Pass, expr *ast.SelectorExpr) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.