2 則留言 (2 則留言)1 個反應 (1 個反應)0 位負責人 (0 位負責人)Go2,725 個分叉 (2,725 個分叉)batch import
P3exp/beginnergood first issuehelp wantedkind/enhancement
倉庫指標
- 星標
- 13,906 顆星 (13,906 顆星)
- PR 合併指標
- 平均合併 4天 2小時 (平均合併 4天 2小時)30 天內合併 28 個 PR (30 天內合併 28 個 PR)
描述
Checklist
Description
It would be great to have an IPFS pub/sub example in go-ipfs-as-a-library. What do you think?
貢獻者指南
- 研究方向
- Implement a Go example demonstrating IPFS pub/sub using the go ipfs library. Follow the structure of existing examples in the repository, such as those in the 'examples' directory. The example should initialize an IPFS node, subscribe to a topic, publish a message, and handle received messages. Add comments to explain each step. After implementation, test the example to ensure it runs correctly.
- 技術棧
- go
- 領域
- documentation
- 議題類型
- 功能
- 前置要求
- Go programmingIPFS basics