I am trying to import a package in my golang code. But it is showing me this error:
cannot find package "github.com/mattbaird/jsonpatch" in any of: /opt/go/src/github.com/mattbaird/jsonpatch (from $GOROOT) /chaincode/input/src/github.com/mattbaird/jsonpatch (from $GOPATH) /opt/gopath/src/github.com/mattbaird/jsonpatch "
Can somebody help me fix this?
Thanks.