https://github.com/beevik/files
simple directory walker in go
https://github.com/beevik/files
Last synced: 11 months ago
JSON representation
simple directory walker in go
- Host: GitHub
- URL: https://github.com/beevik/files
- Owner: beevik
- License: bsd-2-clause
- Created: 2013-05-31T06:25:36.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T04:04:59.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T11:14:32.825Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://godoc.org/github.com/beevik/files)
files
=====
The files package makes it possible to scan directories for files of interest.
It supports recursive file search, regular expression filters, and file type
filters.