We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006b376 commit 0ceb102Copy full SHA for 0ceb102
v2.5.x/site/en/getstarted/install_SDKs/install-go.md
@@ -21,7 +21,7 @@ GO (1.17 or later) is required.
21
Install the Milvus GO SDK and dependencies via `go get`.
22
23
```bash
24
-$ go get -u github.com/milvus-io/milvus-sdk-go/v2
+$ go get -u github.com/milvus-io/milvus/client/v2
25
```
26
27
## What's next
0 commit comments