You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can run gocyto on the latest version of the postgres-operator package but when I am trying to run gocyto on an older version of a package it throws -> panic: pointer analysis failed no main/test packages to analyze (check $GOROOT/$GOPATH)
git clone https://github.com/crunchydata/postgres-operator /tmp/postgres-operator
pushd /tmp/postgres-operator
git checkout v3.5.5-rc1+incompatible # the ref seems to be gone, so maybe try an updated one
gocyto --out output_graph_postgres35.json github.com/crunchydata/postgres-operator/...
popd
Hello,
I can run gocyto on the latest version of the postgres-operator package but when I am trying to run gocyto on an older version of a package it throws -> panic: pointer analysis failed no main/test packages to analyze (check $GOROOT/$GOPATH)
The command, I am trying to run is :
gocyto --out output_graph_postgres35.json --query-dir /home/XXXX/go/pkg/mod/github.com/crunchydata/postgres-operator@v3.5.5-rc1+incompatible github.com/crunchydata/postgres-operator@v3.5.5-rc1+incompatible/...
The text was updated successfully, but these errors were encountered: