https://github.com/sagikazarmark/go-finder
Go finder library
https://github.com/sagikazarmark/go-finder
Last synced: 4 months ago
JSON representation
Go finder library
- Host: GitHub
- URL: https://github.com/sagikazarmark/go-finder
- Owner: sagikazarmark
- License: mit
- Created: 2023-08-04T20:05:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T14:07:34.000Z (about 1 year ago)
- Last Synced: 2025-06-21T15:11:58.023Z (4 months ago)
- Language: Go
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Finder
[](https://github.com/sagikazarmark/go-finder/actions/workflows/ci.yaml)
[](https://pkg.go.dev/mod/github.com/sagikazarmark/go-finder)

[](https://builtwithnix.org)**Go library for finding files and directories using `io/fs`.**
> [!WARNING]
> This is an experimental library under development.
>
> **Backwards compatibility is not guaranteed, expect breaking changes.**## Installation
```shell
go get github.com/sagikazarmark/go-finder
```## Usage
Check out the [package example](https://pkg.go.dev/github.com/sagikazarmark/go-finder#example-package) on go.dev.
## Development
**For an optimal developer experience, it is recommended to install [Nix](https://nixos.org/download.html) and [direnv](https://direnv.net/docs/installation.html).**
Run the test suite:
```shell
just test
```## License
The project is licensed under the [MIT License](LICENSE).