package
0.0.0-20240409024651-c4af43db5027
Repository: https://github.com/ossf/package-analysis.git
Documentation: pkg.go.dev
# Functions
Analyze collects basic file information for the specified files.
FormatPaths uses the given function to transform absolute file paths before they are passed to logging.
SkipLineLengths disables collecting line length information during analysis, which is useful when the input files are known not to be text files (e.g.
# Structs
FileData records various information about a file that can be determined without parsing it using a programming language parser.
# Interfaces
Option allows controlling the behaviour of Analyze with non-required arguments.