batmon/vendor/github.com/sagikazarmark/locafero
NotAShelf 8e7365b93f
Some checks failed
Go Build / build (push) Has been cancelled
bump dependencies
2025-01-10 16:36:51 +03:00
..
.editorconfig provide vendor dir for nix 2024-01-11 23:37:32 +03:00
.envrc bump dependencies 2025-01-10 16:36:51 +03:00
.gitignore provide vendor dir for nix 2024-01-11 23:37:32 +03:00
.golangci.yaml provide vendor dir for nix 2024-01-11 23:37:32 +03:00
file_type.go provide vendor dir for nix 2024-01-11 23:37:32 +03:00
finder.go bump dependencies 2025-01-10 16:36:51 +03:00
flake.lock bump dependencies 2025-01-10 16:36:51 +03:00
flake.nix bump dependencies 2025-01-10 16:36:51 +03:00
glob.go bump dependencies 2025-01-10 16:36:51 +03:00
glob_windows.go bump dependencies 2025-01-10 16:36:51 +03:00
helpers.go provide vendor dir for nix 2024-01-11 23:37:32 +03:00
justfile provide vendor dir for nix 2024-01-11 23:37:32 +03:00
LICENSE provide vendor dir for nix 2024-01-11 23:37:32 +03:00
README.md provide vendor dir for nix 2024-01-11 23:37:32 +03:00

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.