Hi,
I am trying following steps from Go SDK (quoting package instructions
with my comments).
### Running a portion of the test suite
```bash
# In the Fabric SDK Go directory
cd $GOPATH/src/github.com/hyperledger/fabric-sdk-go/
# Ensure dependencies are installed
make depend (the output is attached as 1.txt)
# Running code checks (license, linting, spelling, etc)
make checks (this one produced an error, attached as 2.txt)
Any pointers on fixing this error?
Thanks,
Pankaj