Hi I'm trying to start a private hyper-ledger fabric network for testing
When I enter the command sudo make configtxgen cryptogen
I get Makefile:93: *** "No go in PATH: Check dependencies". Stop.
This is the path I'm using in my bashrc
export GOROOT=/usr/local/go
export GOPATH=/usr/local/go/src/github.com/hyperledger/fabric/core/chaincode/shim
export PATH=$PATH:$GOROOT/bin:$GOPATH
go version returns go version go1.9.1 linux/amd64
Any help would be appreciated
Thank You