I pulled the latest version of go-gremlin/gremlin with go get -u github.com/go-gremlin/gremlin and on go run of my application I get the following error.
# github.com/go-gremlin/gremlin
../../../go/pkg/mod/github.com/go-gremlin/[email protected]/request.go:64:7: assignment mismatch: 2 variables but uuid.NewV4 returns 1 values
I pulled the latest version of
go-gremlin/gremlinwithgo get -u github.com/go-gremlin/gremlinand ongo runof my application I get the following error.