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
Copy file name to clipboardexpand all lines: go/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ This guide explains how to set up a Go project to automate a process using
8
8
The client requires you to install Go with a version greater than or equal to 1.17. See [here](https://go.dev/doc/install) on how to do this for your platform.
9
9
10
10
The open source library
11
-
[github.com/camunda/zeebe/clients/go/v8](https://docs.camunda.io/docs/apis-clients/go-client/) provides a Zeebe client
11
+
[github.com/camunda/camunda/clients/go/v8](https://docs.camunda.io/docs/apis-clients/go-client/) provides a Zeebe client
12
12
for Go.
13
13
14
14
To install using Go modules, simply run:
15
15
16
16
```sh
17
-
go get github.com/camunda/zeebe/clients/go/v8@v8.4.5
17
+
go get github.com/camunda/camunda/clients/go/v8@v8.4.5
18
18
```
19
19
20
20
# Create Client
@@ -26,9 +26,9 @@ a `clientId` and `clientSecret` from a [client credentials
0 commit comments