Registry / utility / goreleaser-fileglob

goreleaser-fileglob

JSON →
library1.4.0gogounverified

Provides a filesystem glob API for matching file patterns.

go get github.com/goreleaser/fileglob
INSTALL
IMPORT
SIG · GORELEASER-FILEGLO
G
goreleaser-fileglob
utilitygov1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fileglob
github.com/goreleaser/fileglob

List all .go files in the current directory using Glob.

package main import ( "fmt" "github.com/goreleaser/fileglob" ) func main() { matches, _ := fileglob.Glob("*.go") fmt.Println(matches) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
goreleaser-fileglob — go get goreleaser-fileglob · libregistry