summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/andybalholm/brotli/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/andybalholm/brotli/README.md')
-rw-r--r--vendor/github.com/andybalholm/brotli/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/andybalholm/brotli/README.md b/vendor/github.com/andybalholm/brotli/README.md
new file mode 100644
index 0000000000..02d115e55a
--- /dev/null
+++ b/vendor/github.com/andybalholm/brotli/README.md
@@ -0,0 +1,5 @@
+This package is a brotli compressor and decompressor implemented in Go.
+It was translated from the reference implementation (https://github.com/google/brotli)
+with the `c2go` tool at https://github.com/andybalholm/c2go.
+
+I am using it in production with https://github.com/andybalholm/redwood.