ceremonyclient/channel/README.md
2024-10-12 11:55:17 -07:00

10 lines
147 B
Markdown

# Channel
Wrapper for the Rust implementation of Channel in [crates/channel](../crates/channel).
## Generate Go bindings
```sh
go generate
```