2
0
mirror of https://github.com/42wim/matterbridge synced 2024-11-15 06:12:55 +00:00
matterbridge/vendor/github.com/sagikazarmark/locafero
Wim 2f33fe86f5
Update dependencies and build to go1.22 (#2113)
* Update dependencies and build to go1.22

* Fix api changes wrt to dependencies

* Update golangci config
2024-05-23 23:44:31 +02:00
..
.editorconfig Update dependencies and build to go1.22 (#2113) 2024-05-23 23:44:31 +02:00
.envrc Update dependencies and build to go1.22 (#2113) 2024-05-23 23:44:31 +02:00
.gitignore Update dependencies and build to go1.22 (#2113) 2024-05-23 23:44:31 +02:00
.golangci.yaml Update dependencies and build to go1.22 (#2113) 2024-05-23 23:44:31 +02:00
file_type.go Update dependencies and build to go1.22 (#2113) 2024-05-23 23:44:31 +02:00
finder.go Update dependencies and build to go1.22 (#2113) 2024-05-23 23:44:31 +02:00
flake.lock Update dependencies and build to go1.22 (#2113) 2024-05-23 23:44:31 +02:00
flake.nix Update dependencies and build to go1.22 (#2113) 2024-05-23 23:44:31 +02:00
helpers.go Update dependencies and build to go1.22 (#2113) 2024-05-23 23:44:31 +02:00
justfile Update dependencies and build to go1.22 (#2113) 2024-05-23 23:44:31 +02:00
LICENSE Update dependencies and build to go1.22 (#2113) 2024-05-23 23:44:31 +02:00
README.md Update dependencies and build to go1.22 (#2113) 2024-05-23 23:44:31 +02: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.