...

Source file src/github.com/Azure/azure-sdk-for-go/profiles/2018-03-01/generate.go

Documentation: github.com/Azure/azure-sdk-for-go/profiles/2018-03-01

     1  // Copyright (c) Microsoft Corporation. All rights reserved.
     2  // Licensed under the MIT License. See License.txt in the project root for license information.
     3  
     4  package v20180301
     5  
     6  //go:generate go run ../../eng/tools/profileBuilder/main.go list --clear-output --input ./definition.json --name 2018-03-01 --output-location ./
     7  

View as plain text