Skip to content

Commit d4bf230

Browse files
authored
Face Client Library for Go: go get error
`go get` do not wants the protocol but only the path of the url
1 parent 71465fa commit d4bf230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Face/includes/quickstarts/face-client-library-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Your workspace will contain three folders:
108108
Next, install the client library for Go:
109109

110110
```bash
111-
go get -u https://github.com/Azure/azure-sdk-for-go/tree/master/services/cognitiveservices/v1.0/face
111+
go get -u github.com/Azure/azure-sdk-for-go/tree/master/services/cognitiveservices/v1.0/face
112112
```
113113

114114
or if you use dep, within your repo run:

0 commit comments

Comments
 (0)