I am very close to set up dev environment for hyperledger fabric and following this link https://github.com/IBM-Blockchain/learn-chaincode/blob/master/docs/setup.md
When I run this command git clone -b v0.6 http://gerrit.hyperledger.org/r/fabric and run go build. I get following error:
can't load package: package github.com/hyperledger/fabric: no buildable Go source files in /Users/test/work/src/github.com/hyperledger/fabric
However when I run step 4 from the link, the build success. cd $GOPATH/src/github.com//learn-chaincode/start
go build ./
Here build is not succeed only for http://gerrit.hyperledger.org/r/fabric.
Any thoughts?
Please suggest!