# go-libp2p-learn **Repository Path**: weilianwei/go-libp2p-learn ## Basic Information - **Project Name**: go-libp2p-learn - **Description**: 此仓库存放的是是本人学习使用 libp2p 而写的一些代码 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-06-07 - **Last Updated**: 2022-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 此仓库存放的是是本人学习使用 libp2p 而写的一些代码 拉取代码 ``` git clone https://gitee.com/imjoel/go-libp2p-learn.git ``` 初始化依赖 ``` cd go-libp2p-learn go mod vendor ```