GO、 智能合约、cannot use transactionRecordId + strconv.Itoa(id) (type string) as type byte in append...

1、报错详情 2、在写fabric go智能合约发送的错误,像我这样的新手就是踩坑踩坑踩坑 3、下面是代码片段 4、研究了一下append用法、也看了下GO语言官网文章: var test_str []string test_str = append(test_str ,"this_ok")   append(type,len,cap)。 该函数第一个参数是类型,第二个参数是分配的空间,第三个参
相关文章
相关标签/搜索