# Packages

No description provided by the author

# Functions

AddAnalyzer allows users to add new analyzers.
GetAnalyzer returns given analyzer for that language.

# Interfaces

Analyzer is an interface for extracting various features from files Language specific implementations are at ./languages folder.

# Type aliases

Analyzers is the map for all analyzers like "Go" has "GoAnalyzer", "Python" has "PythonAnalyzer" and so on.