舒服小猫咪

文章
3
资源
0
加入时间
2年10月21天

go-ipfs-api的使用教程

前提条件:安装go-ipfs,安装链接1.golang版本:1.13.4文件夹目录:GOPATH/src/github.com/ipfs/demo在demo文件夹下创建main.go,代码如下:package mainimport ( "fmt" "strings" "os" shell "github.com/ipfs/go-ipfs-api")func main() { // Where your