package
Version:
v0.0.0-...-32d9607
Opens a new window with list of versions in this module.
Published: Apr 22, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
GitFile returns true if the given filename is in a git path.
GoFile returns true if the given filename is a *.go file.
TestFile returns true if the given filename is a test file.
VendorFile returns true if the given filename is in a vendor path.
Matcher is a handler for comparing if a filename matches some criteria.
And returns true if all the matchers return true.
Default is the default filter for Go packages.
FileMatches returns true if the given filename is matched by the given regular expression.
Not returns opposite result of the given matcher
Or returns true if any of the matchers return true.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.