karmada/vendor/github.com/sagikazarmark/locafero
wei-chenglai 6d0221bd26 Bump mockery to 2.53.3
Signed-off-by: wei-chenglai <qazwsx0939059006@gmail.com>
2025-03-23 23:03:04 -04:00
..
.editorconfig Bump sigs.k8s.io/cluster-api to v1.7.1 2024-05-09 14:31:22 +08:00
.envrc Bump mockery to 2.53.3 2025-03-23 23:03:04 -04:00
.gitignore Bump sigs.k8s.io/cluster-api to v1.7.1 2024-05-09 14:31:22 +08:00
.golangci.yaml Bump sigs.k8s.io/cluster-api to v1.7.1 2024-05-09 14:31:22 +08:00
LICENSE Bump sigs.k8s.io/cluster-api to v1.7.1 2024-05-09 14:31:22 +08:00
README.md Bump sigs.k8s.io/cluster-api to v1.7.1 2024-05-09 14:31:22 +08:00
file_type.go Bump sigs.k8s.io/cluster-api to v1.7.1 2024-05-09 14:31:22 +08:00
finder.go Bump mockery to 2.53.3 2025-03-23 23:03:04 -04:00
flake.lock Bump mockery to 2.53.3 2025-03-23 23:03:04 -04:00
flake.nix Bump mockery to 2.53.3 2025-03-23 23:03:04 -04:00
glob.go Bump mockery to 2.53.3 2025-03-23 23:03:04 -04:00
glob_windows.go Bump mockery to 2.53.3 2025-03-23 23:03:04 -04:00
helpers.go Bump sigs.k8s.io/cluster-api to v1.7.1 2024-05-09 14:31:22 +08:00
justfile Bump sigs.k8s.io/cluster-api to v1.7.1 2024-05-09 14:31:22 +08:00

README.md

Finder library for Afero

GitHub Workflow Status go.dev reference Go Version built with nix

Finder library for Afero ported from go-finder.

[!WARNING] This is an experimental library under development.

Backwards compatibility is not guaranteed, expect breaking changes.

Installation

go get github.com/sagikazarmark/locafero

Usage

Check out the package example on go.dev.

Development

For an optimal developer experience, it is recommended to install Nix and direnv.

Run the test suite:

just test

License

The project is licensed under the MIT License.