Hi,
Is there anything changed for the zeebe.io on github?
A simple go get does not work anymore:
go get github.com/zeebe-io/zeebe/clients/go/pkg/zbc
# github.com/zeebe-io/zeebe/clients/go/pkg/commands
../src/github.com/zeebe-io/zeebe/clients/go/pkg/commands/command.go:49:46: (timeout - longPollOffset).Milliseconds undefined (type time.Duration has no field or method Milliseconds)
It looks like a development tree has been added but the go example have not been updated?
github.com/zeebe-io/zeebe/tree/develop/clients/go/pkg/zbc
So does it mean that we need to use by default the following import in go:
"github.com/zeebe-io/zeebe/tree/develop/clients/go/pkg/zbc"
Maarten