package
1.22.2
Repository: https://github.com/go-asm/go.git
Documentation: pkg.go.dev

# Functions

CollectPods visits the files contained within the directories in the list 'dirs', collects any coverage-related files, partitions them into pods, and returns a list of the pods to the caller, along with an error if something went wrong during directory/file reading.
CollectPodsFromFiles functions the same as "CollectPods" but operates on an explicit list of files instead of a directory.

# Structs

Pod encapsulates a set of files emitted during the executions of a coverage-instrumented binary.