package
2.0.0-20211221170942-963024e54780
Repository: https://github.com/ivolutionnow/ivolution-git-repo-analyzer.git
Documentation: pkg.go.dev

# 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.