var doc … var Analyzer … func run(pass *analysis.Pass) (interface{ … } func suggestedFixes(fset *token.FileSet, rng *ast.RangeStmt, end token.Pos) []analysis.SuggestedFix { … } func newlineIndex(fset *token.FileSet, rng *ast.RangeStmt) token.Pos { … } func isBlank(x ast.Expr) bool { … }