# Functions
GetAllFiles return all the files to be analyzed in paths.
GetFileType get the file type from the file path.
GetFileTypeByShebang returns the language from the shebang line.
GetShebang returns the language from the shebang line.
No description provided by the author
NewLanguage creates a new language.
# Variables
FileExtensions is the map of file extensions.
# Structs
DefinedLanguages is the struct for the defined languages.
GClocLanguage is provided for xml-cloc and json format.
Language is the struct for the language.
# Type aliases
Languages is the slice of Language.