I have just started learning GO and ChainCode. I have followed the instructions mentioned in the following URL to learn programming chain code
https://github.com/IBM-Blockchain/learn-chaincode
I have setup the code and ran the command $ go build ./
but I am getting the following error
../../../hyperledger/fabric/core/crypto/attributes/attributes.go:28:2: no buildable Go source files in /home/serveradmin/gowork/src/github.com/hyperledger/fabric/core/crypto/attributes/proto
let me know, if anyone come across this error and fixed it