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> |
||
|---|---|---|
| .. | ||
| AUTHORS | ||
| dec_bcj.go | ||
| dec_delta.go | ||
| dec_lzma2.go | ||
| dec_stream.go | ||
| dec_util.go | ||
| dec_xz.go | ||
| doc.go | ||
| LICENSE | ||
| reader.go | ||
| README.md | ||
Xz
Package xz implements XZ decompression natively in Go.
Documentation at https://pkg.go.dev/github.com/mikelolasagasti/xz.
Download and install with go get github.com/mikelolasagasti/xz.
If you need compression as well as decompression, you might want to look at https://github.com/ulikunitz/xz.
LICENSE
This was originally released into the public domain by the AUTHORS. Here it is licensed more explicitly as Zero-Clause BSD (0BSD) so that it can be detected by automated tooling, and satisfy the legal requirements for vendor integration for cases in which a "public domain" statement is not sufficient.
This Go package is a modified version of
XZ Embedded <http://tukaani.org/xz/embedded.html>
and the project adopted 0BSD for newer commits.