Registry / utility / sam-kamerer-go-plister

sam-kamerer-go-plister

JSON →
library1.2.0gogounverified

A Go library for listing and managing files in a directory with filtering options.

go get github.com/sam-kamerer/go-plister
INSTALL
IMPORT
SIG · SAM-KAMERER-GO-PLI
S
sam-kamerer-go-plister
utilitygov1.2.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.

plister
github.com/sam-kamerer/go-plister

Lists all .go files in the current directory.

package main import ( "fmt" "github.com/sam-kamerer/go-plister" ) func main() { files, err := plister.List(".", plister.WithExtensions(".go")) if err != nil { panic(err) } fmt.Println(files) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
sam-kamerer-go-plister — go get sam-kamerer-go-plister · libregistry