How to add external go package in hyperledger chaincode. error image
The best option to go is to have your external package vendored inside the chaincode, you need to cd into your chaincode package and run:
govendor init
govendor fetch path_to_external_package
You can find more about go vendoring here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With