Full Mattermost server source with integrated Community Enterprise features. Includes vendor directory for offline/air-gapped builds. Structure: - enterprise-impl/: Enterprise feature implementations - enterprise-community/: Init files that register implementations - enterprise/: Bridge imports (community_imports.go) - vendor/: All dependencies for offline builds Build (online): go build ./cmd/mattermost Build (offline/air-gapped): go build -mod=vendor ./cmd/mattermost 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
38 lines
1.5 KiB
Markdown
38 lines
1.5 KiB
Markdown
# 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://deps.dev/go/github.com%252Fsagikazarmark%252Flocafero)
|
|
|
|
**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).
|