File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/cognitive-services/Face/QuickStarts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Use the Face service client library for Go to:
30
30
* An Azure subscription - [ create one for free] ( https://azure.microsoft.com/free/ )
31
31
* The latest version of [ Go] ( https://golang.org/dl/ )
32
32
33
- ## Setting up
33
+ ## Set up
34
34
35
35
### Create a Face Azure resource
36
36
@@ -99,7 +99,7 @@ cd my-app
99
99
100
100
Your workspace will contain three folders:
101
101
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 .
103
103
* ** pkg** - This directory will contain the compiled Go package objects. These files all have a ` .a ` extension.
104
104
* ** bin** - This directory will contain the binary executable files that are created when you run ` go install ` .
105
105
You can’t perform that action at this time.
0 commit comments