Skip to content

Commit 42f2217

Browse files
authored
[Go] add servicenetworking readme.go.md (#22082)
1 parent 340d577 commit 42f2217

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Go
2+
3+
These settings apply only when `--go` is specified on the command line.
4+
5+
``` yaml $(go) && $(track2)
6+
license-header: MICROSOFT_MIT_NO_VERSION
7+
module-name: sdk/resourcemanager/servicenetworking/armservicenetworking
8+
module: github.com/Azure/azure-sdk-for-go/$(module-name)
9+
output-folder: $(go-sdk-folder)/$(module-name)
10+
azure-arm: true
11+
```

specification/servicenetworking/resource-manager/readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,13 @@ This is not used by Autorest itself.
4848
```yaml $(swagger-to-sdk)
4949
swagger-to-sdk:
5050
- repo: azure-sdk-for-python-track2
51+
- repo: azure-sdk-for-go
5152
```
5253

5354
## Python
5455

5556
See configuration in [readme.python.md](./readme.python.md)
57+
58+
## Go
59+
60+
See configuration in [readme.go.md](./readme.go.md)

0 commit comments

Comments
 (0)