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>
14 lines
620 B
Plaintext
14 lines
620 B
Plaintext
This is a Snappy library for the Go programming language that has been modified to work with Apple files, which fail to set CRC checks and stream identifiers. This version is a total hack, so if you want to use snappy for other projects **DO NOT USE THIS VERSION**. Use the proper version as per below:
|
|
|
|
To download and install from source:
|
|
$ go get code.google.com/p/snappy-go/snappy
|
|
|
|
|
|
|
|
Unless otherwise noted, the Snappy-Go source files are distributed
|
|
under the BSD-style license found in the LICENSE file.
|
|
|
|
Contributions should follow the same procedure as for the Go project:
|
|
http://golang.org/doc/contribute.html
|
|
|