Skip to content

Commit de49e93

Browse files
authored
address Acrolinx issues
1 parent eefd950 commit de49e93

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/Face/QuickStarts

1 file changed

+2
-2
lines changed

articles/cognitive-services/Face/QuickStarts/go-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Use the Face service client library for Go to:
3030
* An Azure subscription - [create one for free](https://azure.microsoft.com/free/)
3131
* The latest version of [Go](https://golang.org/dl/)
3232

33-
## Setting up
33+
## Set up
3434

3535
### Create a Face Azure resource
3636

@@ -99,7 +99,7 @@ cd my-app
9999

100100
Your workspace will contain three folders:
101101

102-
* **src** - This directory will contain source code and packages. Any packages installed with the `go get` command will go here.
102+
* **src** - This directory will contain source code and packages. Any packages installed with the `go get` command will be in this folder.
103103
* **pkg** - This directory will contain the compiled Go package objects. These files all have a `.a` extension.
104104
* **bin** - This directory will contain the binary executable files that are created when you run `go install`.
105105

0 commit comments

Comments
 (0)