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 71465fa commit d4bf230Copy full SHA for d4bf230
articles/cognitive-services/Face/includes/quickstarts/face-client-library-go.md
@@ -108,7 +108,7 @@ Your workspace will contain three folders:
108
Next, install the client library for Go:
109
110
```bash
111
-go get -u https://github.com/Azure/azure-sdk-for-go/tree/master/services/cognitiveservices/v1.0/face
+go get -u github.com/Azure/azure-sdk-for-go/tree/master/services/cognitiveservices/v1.0/face
112
```
113
114
or if you use dep, within your repo run:
0 commit comments