mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Document usage in Golang project #381
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @micheartin on GitHub (Apr 20, 2021).
The current README.md explains how to use brotli in different programming languages except for Go. Therefore, many Go developers fail to use it, see:
Please document somewhere (in README.md for example) how to use
cbrotliin a Golang project:@eustas commented on GitHub (Aug 13, 2021):
Will be partially resolved by #915
@micheartin commented on GitHub (Sep 8, 2021):
To simplify the Go developer life, the documentation may (should) also present the alternative https://github.com/andybalholm/brotli
@eustas commented on GitHub (Sep 8, 2021):
I've asked the author of that repo if transpiled brotli could be adopted, and they have given the permission.
Still there is work to be done to make that actually happen.