You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 323 B

1234567891011121314
  1. # Compression
  2. This example shows how clients can specify compression options when performing
  3. RPCs, and how to install support for compressors on the server. For more
  4. information, please see [our detailed
  5. documentation](../../../Documentation/compression.md).
  6. ```
  7. go run server/main.go
  8. ```
  9. ```
  10. go run client/main.go
  11. ```