https://github.com/sagikazarmark/locafero
Finder library for Afero
https://github.com/sagikazarmark/locafero
Last synced: 7 months ago
JSON representation
Finder library for Afero
- Host: GitHub
- URL: https://github.com/sagikazarmark/locafero
- Owner: sagikazarmark
- License: mit
- Created: 2023-09-11T02:14:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T15:30:46.000Z (7 months ago)
- Last Synced: 2025-03-15T16:11:14.886Z (7 months ago)
- Language: Go
- Size: 159 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - sagikazarmark/locafero - Finder library for Afero (Go)
README
# Finder library for [Afero](https://github.com/spf13/afero)
[](https://github.com/sagikazarmark/locafero/actions/workflows/ci.yaml)
[](https://pkg.go.dev/mod/github.com/sagikazarmark/locafero)

[](https://builtwithnix.org)**Finder library for [Afero](https://github.com/spf13/afero) ported from [go-finder](https://github.com/sagikazarmark/go-finder).**
> [!WARNING]
> This is an experimental library under development.
>
> **Backwards compatibility is not guaranteed, expect breaking changes.**## Installation
```shell
go get github.com/sagikazarmark/locafero
```## Usage
Check out the [package example](https://pkg.go.dev/github.com/sagikazarmark/locafero#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).