Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileMatches ¶ added in v0.23.0
FileMatches determines if path matches one of the provided file patterns. Patterns are assumed to be valid.
Types ¶
type LicenseData ¶
type LicenseData struct {
Year string // Copyright year(s).
Holder string // Name of the copyright holder.
SPDXID string // SPDX Identifier
}
LicenseData specifies the data used to fill out a license template.
Click to show internal directories.
Click to hide internal directories.