go语言调用ipfs进行文件的上传下载
项目模块要求:将通道结构体序列化后上传到ipfs,并可以按照hash地址找回jsonpackage mainimport ( "bytes" "encoding/json" "fmt" "io/ioutil" shell "github.com/ipfs/go-ipfs-api")var sh *shell.Shell//交易结构体(未来的通道)type Tran...