go-sdk
go-sdk copied to clipboard
abigen不兼容高版本go
当使用1.15及以上版本的go语言,生成abigen时,会报错如下: undefined: utils.NewApp undefined: utils.OriginCommandHelpTemplate 而使用1.14及以下版本go不会报错
检查你的go.mod中依赖版本是否和下面一致 https://github.com/FISCO-BCOS/go-sdk/blob/5ca92a028af6bf19b874455cbb3f40724a04e92c/go.mod#L10
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.