File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
specification/servicenetworking/resource-manager Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 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+ ` ` `
Original file line number Diff line number Diff line change @@ -48,8 +48,13 @@ This is not used by Autorest itself.
4848` ` ` yaml $(swagger-to-sdk)
4949swagger-to-sdk:
5050 - repo: azure-sdk-for-python-track2
51+ - repo: azure-sdk-for-go
5152` ` `
5253
5354# # Python
5455
5556See configuration in [readme.python.md](./readme.python.md)
57+
58+ # # Go
59+
60+ See configuration in [readme.go.md](./readme.go.md)
You can’t perform that action at this time.
0 commit comments