https://github.com/akyoto/directory
:open_file_folder: Fast directory traversal.
https://github.com/akyoto/directory
Last synced: over 1 year ago
JSON representation
:open_file_folder: Fast directory traversal.
- Host: GitHub
- URL: https://github.com/akyoto/directory
- Owner: akyoto
- License: other
- Archived: true
- Created: 2019-12-12T02:00:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T02:27:18.000Z (over 6 years ago)
- Last Synced: 2025-03-22T16:52:02.282Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# directory
[![Godoc][godoc-image]][godoc-url]
[![Report][report-image]][report-url]
[![Tests][tests-image]][tests-url]
[![Coverage][coverage-image]][coverage-url]
[![Sponsor][sponsor-image]][sponsor-url]
If you only care about the file names inside a directory then `directory.Walk` will be multiple times faster than the standard library.
## Features
* 0 dependencies
* 70 lines of code
* Extremely fast
## Style
Please take a look at the [style guidelines](https://github.com/akyoto/quality/blob/master/STYLE.md) if you'd like to make a pull request.
## Sponsors
| [](https://github.com/cedricfung) | [](https://github.com/soulcramer) | [](https://eduardurbach.com) |
| --- | --- | --- |
| [Cedric Fung](https://github.com/cedricfung) | [Scott Rayapoullé](https://github.com/soulcramer) | [Eduard Urbach](https://eduardurbach.com) |
Want to see [your own name here?](https://github.com/users/akyoto/sponsorship)
[godoc-image]: https://godoc.org/github.com/akyoto/directory?status.svg
[godoc-url]: https://godoc.org/github.com/akyoto/directory
[report-image]: https://goreportcard.com/badge/github.com/akyoto/directory
[report-url]: https://goreportcard.com/report/github.com/akyoto/directory
[tests-image]: https://cloud.drone.io/api/badges/akyoto/directory/status.svg
[tests-url]: https://cloud.drone.io/akyoto/directory
[coverage-image]: https://codecov.io/gh/akyoto/directory/graph/badge.svg
[coverage-url]: https://codecov.io/gh/akyoto/directory
[sponsor-image]: https://img.shields.io/badge/github-donate-green.svg
[sponsor-url]: https://github.com/users/akyoto/sponsorship