Versions in this module Expand all Collapse all v4 v4.3.2 Nov 2, 2021 v4.3.1 Nov 2, 2021 Changes in this version + func ExtractLicenseFiles(files []string, fs filer.Filer) map[string][]byte + func ExtractReadmeFiles(files []string, fs filer.Filer) map[string][]byte + func InvestigateLicenseText(text []byte) map[string]float32 + func InvestigateLicenseTexts(candidates map[string][]byte) map[string]api.Match + func InvestigateReadmeText(text []byte, fs filer.Filer) map[string]float32 + func InvestigateReadmeTexts(candidtes map[string][]byte, fs filer.Filer) map[string]api.Match + func IsLicenseDirectory(fileName string) bool + func Preload()