An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/karrick/godirwalk

Package godirwalk provides functions to read and traverse directory trees. In short, why do I use this library? * It's faster than `filepath.Walk`. * It's more correct on Windows than `filepath.Walk`. * It's more easy to use than `filepath.Walk`. * It's more flexible than `filepath.Walk`. This library will normalize the provided top level directory name based on the os-specific path separator by calling `filepath.Clean` on its first argument. However it always provides the pathname created by using the correct os-specific path separator when invoking the provided callback function. This library not only provides functions for traversing a file system directory tree, but also for obtaining a list of immediate descendants of a particular directory, typically much more quickly than using `os.ReadDir` or `os.ReadDirnames`.
77 versions
Latest release: about 3 years ago
2,149 dependent packages

View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/karrick/godirwalk

Dependent Repos 5

E218662B/web-api-rest-en-go-lang

Last synced: about 1 year ago - Pushed: 12 months ago

E21A429P/tp_web_rest

Last synced: about 1 year ago - Pushed: 12 months ago

swh/infra/ci-cd/3rdparty/alertmanager-irc-relay

Last synced: 7 months ago - Pushed: 12 months ago

pocs/dpetit/api-cartographie

Last synced: 7 months ago

fantastic-fanfare/adorable_alien

Last synced: 7 months ago

CEREMA/k3s-snapshots

Size: 6.12 MB - Last synced: 2 days ago - Pushed: about 3 years ago

CEREMA/k3-utils

Size: 6.15 MB - Last synced: 2 days ago - Pushed: almost 3 years ago