We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68da47f commit 9554f41Copy full SHA for 9554f41
1 file changed
README.md
@@ -20,13 +20,13 @@ Requires `Go 1.21` or higher.
20
To download the `core` module:
21
22
```
23
-go mod download github.com/stackitcloud/stackit-sdk-go/core
+go get github.com/stackitcloud/stackit-sdk-go/core
24
25
26
To download the `services/dns` module:
27
28
29
-go mod download github.com/stackitcloud/stackit-sdk-go/services/dns
+go get github.com/stackitcloud/stackit-sdk-go/services/dns
30
31
32
## Examples
0 commit comments